Disable Login Language Switcher
Disable Login Language Switcher
Description
This plugin helps you to declutter your WordPress login screen by removing the language switcher which has been introduced in WordPress 5.9.
Removing the dropdown makes sense when you only have one additional language installed and don’t intend to change back to English for example. In this case you can simply install and activate the plugin. There are no futher settings.
What does this plugin do?
The plugin uses the default WordPress Hooks API and disables the language selector with the following one-liner:
add_filter( 'login_display_language_dropdown', '__return_false' );
Reviews
Genial
By javigandia on March 8, 2022
Does what it says on the tin.
By Pieterjan Deneys (NekoJonez) on February 1, 2022
Perfecto, cumple su cometido.
By ddgraficos on January 28, 2022
Saved my personalized login page
By s3lly on January 27, 2022
Thank you
By Mladen Gradev (joe8104) on January 26, 2022
Changelog
1.0.0
- Initial Release

