Skip to content

Instantly share code, notes, and snippets.

@loorlab
Created April 25, 2022 22:27
Show Gist options
  • Save loorlab/eb0834d4aeb0d57dd18afe7d8878a776 to your computer and use it in GitHub Desktop.
Save loorlab/eb0834d4aeb0d57dd18afe7d8878a776 to your computer and use it in GitHub Desktop.
Disable Language Switcher WordPress 5.9
<?php
// functions.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