Opis
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' );
Recenzije
Saradnici i programeri
“Disable Login Language Switcher” is open source software. The following people have contributed to this plugin.
Doprinositelji“Disable Login Language Switcher” je prijeveden na 15 dijalekata. Zahvala prevodiocima za njihov doprinos.
Prevedi “Disable Login Language Switcher” na vaš jezik.
Zainteresirani za razvoj?
Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.
Zapis promijena
1.0.0
- Initial Release