wpseo_schema_graph

wpseo_schema_graph

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-seo.22.3

apply_filters('wpseo_schema_graph') is found 1 times:

  • /src/generators/schema-generator.php line 164
    		 *
    		 * @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
    

See this hook used in plugins:

wpseo_schema_graph - WordPress Hooks

wpseo_schema_graph

wpseo_schema_graph

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.18.7

apply_filters('wpseo_schema_graph') is found 1 times:

  • /src/generators/schema-generator.php line 166
    		 * @api 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