wpseo_locale, get_locale(

wpseo_locale, get_locale(

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

apply_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',