Disable Login Language Switcher

Plugin Banner

Disable Login Language Switcher

by Dominik Schilling

Download
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' );
  1. Before

    Before

  2. After

    After

Genial

By javigandia on March 8, 2022

Cumple su propósito perfectamente. Gracias

Does what it says on the tin.

By Pieterjan Deneys (NekoJonez) on February 1, 2022

Does what it says on the tin.

Perfecto, cumple su cometido.

By ddgraficos on January 28, 2022

Debería de venir instalado como opción en la actualización de wordpress 5.9

Saved my personalized login page

By s3lly on January 27, 2022

I have a customized login page and use just one language. With this splendid plugin the "old" login page was back. WP developers, put a checkbox in the configuration so one can choose to use the switcher or not. Thanks Dominic Schilling

Thank you

By Mladen Gradev (joe8104) on January 26, 2022

Thank you! This menu was unplesant suprise for my custom login styling.

1.0.0

  • Initial Release
Back to top