problem changing og:locale
-
Hello,
When I installed wordpress your plugin my language on admin settings was english. As result, I had this value <meta property=”og:locale” content=”en_US” />.
I changed the language of my site to greek, but en_use value remained.
Then I followed your site and i add this code to my functions.php file of my theme:
function yst_wpseo_change_og_locale( $locale ) { return 'el_gr'; } add_filter( 'wpseo_locale', 'yst_wpseo_change_og_locale' );
Unfortuntale, I still have this value content=”en_US” and it doesn’t change to greek.
How I can fix this?
Thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘problem changing og:locale’ is closed to new replies.