Skip to content

Instantly share code, notes, and snippets.

@Asikur22
Created December 30, 2021 14:28
Show Gist options
  • Save Asikur22/688c7b16a55ead75dc9628eb633fdb5d to your computer and use it in GitHub Desktop.
Save Asikur22/688c7b16a55ead75dc9628eb633fdb5d to your computer and use it in GitHub Desktop.
WP Change Site Language
add_action( 'wp', function () {
is_admin() or switch_to_locale( 'en_US' );
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment