Monday, 15 June 2015

php - Changing Wordpress locale as set by yoast SEO plugin -



php - Changing Wordpress locale as set by yoast SEO plugin -

my wordpress site based in great britain. able alter html lang-attribute en-us en-gb, when view source code og:locale attribute of open graph displays en-us, generated yoast seo plugin. there way alter locale en-gb?

from the documentation:

wpseo_locale (string)

allows changing locale used in opengraph set (and perchance in other locations later on).

here's a specific example of how else solved in functions.php:

add_filter('wpseo_locale', 'override_og_locale'); function override_og_locale($locale) { homecoming "en_gb"; }

php html wordpress wordpress-plugin

No comments:

Post a Comment