wpseo_schema_webpage_type, $type
wpseo_schema_webpage_type, $type
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_schema_webpage_type, $type') is found 1 times:
- /src/context/meta-tags-context.php line 544
* Filter: 'wpseo_schema_webpage_type' - Allow changing the WebPage type. * * @param string|array $type The WebPage type. */ return \apply_filters( 'wpseo_schema_webpage_type', $type ); } /** * Returns the schema article type. * * @return string|array<string> The schema article type.