wpseo_schema_graph, $graph, $context
wpseo_schema_graph, $graph, $context
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_schema_graph, $graph, $context') is found 1 times:
- /src/generators/schema-generator.php line 161
* * @param array $graph The graph to filter. * @param Meta_Tags_Context $context A value object with context variables. */ $graph = \apply_filters( 'wpseo_schema_graph', $graph, $context ); return $graph; } /** * Adds schema graph pieces from Gutenberg blocks on the current page to