wpseo_frontend_presenter_classes, $presenters, $page_type
wpseo_frontend_presenter_classes, $presenters, $page_type
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_frontend_presenter_classes, $presenters, $page_type') is found 1 times:
- /src/integrations/front-end-integration.php line 563
* * @param array $presenters List of presenters. * @param string $page_type The current page type. */ $presenters = \apply_filters( 'wpseo_frontend_presenter_classes', $presenters, $page_type ); return $presenters; } /** * Filters the presenters based on the page type.