luizbills / wp-tweaks

Several opinionated wordpress tweaks focused in :shield: security and :zap: performance.

Home Page:https://wordpress.org/plugins/wp-tweaks/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove language switcher from login page

luizbills opened this issue · comments

// snippet
add_filter( 'login_display_language_dropdown', '__return_false' );