Skip to content

Early-bird lifetime licence: $199 once, for the first 200 buyers only. See the offer

Hide the language switcher on the login page

Removes the language dropdown under the login form (it appears when more than one language is installed).

  • Type PHP
  • Runs Everywhere (runs as WordPress loads)
  • Category Login
  • Tested with WordPress 7.1
PHP
<?php

add_filter( 'login_display_language_dropdown', '__return_false' );

In these packs

Move your snippets over this afternoon.

Importing changes nothing until you switch over, and your old shortcodes keep working.