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

apply_filters('wpseo_frontend_presenters') is found 1 times:

  • /src/integrations/front-end-integration.php line 444
    		 *
    		 * @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: