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.24.8.1

apply_filters('wpseo_schema_graph') is found 1 times:

  • /src/generators/schema-generator.php line 164
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
         *
         * @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
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
         * @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