Skip to content

Instantly share code, notes, and snippets.

@Kaiderella
Created February 17, 2016 10:42
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/630ecfdef0b5a7461e6b to your computer and use it in GitHub Desktop.
Save Kaiderella/630ecfdef0b5a7461e6b to your computer and use it in GitHub Desktop.
Khai báo ngôn ngữ trong Yoast SEO
add_filter('wpseo_locale', 'override_og_locale');
function override_og_locale($locale)
{
return "vi_VN";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment