Skip to content

Instantly share code, notes, and snippets.

@Kaiderella
Created February 17, 2016 10:35
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 Kaiderella/97cfb8aaea6847bdf1ae to your computer and use it in GitHub Desktop.
Save Kaiderella/97cfb8aaea6847bdf1ae to your computer and use it in GitHub Desktop.
Khai báo ngôn ngữ cho blog/website WordPress
add_filter('language_attributes', 'custom_lang_attr');
function custom_lang_attr() {
return 'lang="vi-VN"';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment