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).
<?php
add_filter( 'login_display_language_dropdown', '__return_false' );
In these packs
- Login and security extras: Limit login attempts, email-only logins, a registration spam trap and more hardening.