Skip to content

Instantly share code, notes, and snippets.

@leducson1
Created June 9, 2017 02:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leducson1/7b977a6ca0f6ba5b63ea3aa409d066ca to your computer and use it in GitHub Desktop.
Save leducson1/7b977a6ca0f6ba5b63ea3aa409d066ca to your computer and use it in GitHub Desktop.
Them the language
// Meta langguage
add_filter('language_attributes', 'custom_lang');
function custom_lang() {
return 'lang="vi"';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment