Disable Login Language Selector

plugin banner

This plugin provides a quick and easy way to remove the Language selector that appears…

Author:Rick Curran (profile at wordpress.org)
WordPress version required:5.9
WordPress version tested:6.4.2
Plugin version:1.0.1
Added to WordPress repository:25-01-2022
Last updated:11-12-2023
Rating, %:100
Rated by:3
Plugin URI:https://qreate.co.uk/projects/#login-language...
Total downloads:2 444
Active installs:600+
plugin download
Click to start download

WordPress 5.9 added a new language selector to allow users to switch languages from a dropdown on the login screen if more than one language is enabled on your WordPress installation. This plugin provides a quick and easy way to prevent this language selector from appearing.

It is a very simple plugin which is provided for ease of use: you need only to install and activate the plugin and it will prevent the language dropdown from appearing on the login screen of your site.

Alternatively, you can also achieve the same effect by adding the following line of code to the functions.php file in your theme:

add_filter( 'login_display_language_dropdown', '__return_false' );

Screenshots
FAQ
ChangeLog