wpseo_schema_piece_language, get_bloginfo( language
wpseo_schema_piece_language, get_bloginfo( language
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_schema_piece_language, get_bloginfo( language') is found 1 times:
- /src/helpers/schema/language-helper.php line 28
Warning: Undefined array key 32 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 33 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
* * @param string $type The Schema piece language. * @param array $data The Schema piece data. */ $data['inLanguage'] = \apply_filters( 'wpseo_schema_piece_language', \get_bloginfo( 'language' ), $data ); return $data; } }