Disable Login Language Switcher

plugin banner

Removes the language dropdown from the login screen.

Author:Dominik Schilling (profile at wordpress.org)
WordPress version required:5.8
WordPress version tested:6.0
Plugin version:1.0.0
Added to WordPress repository:11-01-2022
Last updated:19-05-2022
Rating, %:100
Rated by:5
Plugin URI:https://github.com/ocean90/wordpress-disable-...
Total downloads:6 348
Active installs:2 000+
plugin download
Click to start download

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' );

Screenshots
ChangeLog