Skip to content

Instantly share code, notes, and snippets.

@AndreFCAmorim
Created November 6, 2022 15:37
Show Gist options
  • Save AndreFCAmorim/e90a16a80d88a25313e41b2fb4f4d4cf to your computer and use it in GitHub Desktop.
Save AndreFCAmorim/e90a16a80d88a25313e41b2fb4f4d4cf to your computer and use it in GitHub Desktop.
Disable Login Screen Language Switcher on WordPress
<?php
add_filter( 'login_display_language_dropdown', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment