wpseo_schema_article_type, $additional_type, $this->indexable
wpseo_schema_article_type, $additional_type, $this->indexable
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_schema_article_type, $additional_type, $this->indexable') is found 1 times:
- /src/context/meta-tags-context.php line 571
* * @param string|string[] $type The Article type. * @param Indexable $indexable The indexable. */ return \apply_filters( 'wpseo_schema_article_type', $additional_type, $this->indexable ); } $type = 'Article'; /* * If `None` is set (either on the indexable or as a default), set type to 'None'.