wpseo_schema_graph_pieces, $schema_pieces, $context
wpseo_schema_graph_pieces, $schema_pieces, $context
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_schema_graph_pieces, $schema_pieces, $context') is found 1 times:
- /src/generators/schema-generator.php line 322
* * @param array $pieces The schema pieces. * @param Meta_Tags_Context $context An object with context variables. */ return \apply_filters( 'wpseo_schema_graph_pieces', $schema_pieces, $context ); } /** * Allows filtering the graph piece by its schema type. * * Note: We removed the Abstract_Schema_Piece type-hint from the $graph_piece_generator argument, because