wpseo_robots_array, array_filter( $robots
wpseo_robots_array, array_filter( $robots
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_robots_array, array_filter( $robots') is found 1 times:
- /src/presentations/indexable-presentation.php line 373
* * @param array $robots The meta robots directives to be used. * @param Indexable_Presentation $presentation The presentation of an indexable. */ return \apply_filters( 'wpseo_robots_array', \array_filter( $robots ), $this ); } /** * Generates the canonical. * * @return string The canonical.