wpseo_locale, get_locale(
wpseo_locale, get_locale(
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_locale, get_locale(') is found 1 times:
- /src/generators/open-graph-locale-generator.php line 27
* Note that this filter is different from `wpseo_og_locale`, which is run _after_ the OG specific filtering. * * @param string $locale Locale string. */ $locale = \apply_filters( 'wpseo_locale', \get_locale() ); // Catch some weird locales served out by WP that are not easily doubled up. $fix_locales = [ 'ca' => 'ca_ES', 'en' => 'en_US', 'el' => 'el_GR',