wpseo_frontend_presenters

wpseo_frontend_presenters

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_frontend_presenters') is found 1 times:

  • /src/integrations/front-end-integration.php line 456
    452
    453
    454
    455
    456
    457
    458
    459
    460
    461
    462
    *
     * @param Abstract_Indexable_Presenter[] $presenters List of presenter instances.
     * @param Meta_Tags_Context              $context    The meta tags context for the current page.
     */
    $presenter_instances = \apply_filters( 'wpseo_frontend_presenters', $presenters, $context );
     
    if ( ! \is_array( $presenter_instances ) ) {
        $presenter_instances = $presenters;
    }
     
    $is_presenter_callback = static function ( $presenter_instance ) {

See this hook used in plugins: