Descripció
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' );
Captures
Ressenyes
Col·laboradors i desenvolupadors
«Disable Login Language Switcher» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.
Col·laboradors“Disable Login Language Switcher” s’ha traduït a 14 configuracions regionals. Gràcies als traductors per les seves aportacions.
Traduïu «Disable Login Language Switcher» a la vostra llengua.
Interessats en el desenvolupament?
Navegueu pel codi, baixeu-vos el repositori SVN, o subscriviu-vos al registre de desenvolupament per fisl de subscripció RSS.
Registre de canvis
1.0.0
- Initial Release