YoastWPSEOshould_index_indexables, $should_index
YoastWPSEOshould_index_indexables, $should_index
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('YoastWPSEOshould_index_indexables, $should_index') is found 1 times:
- /src/helpers/indexable-helper.php line 222
* @since 18.2 * * @param bool $should_index Whether the site's indexables should be created. */ return (bool) \apply_filters( 'Yoast\WP\SEO\should_index_indexables', $should_index ); } /** * Returns whether or not dynamic permalinks should be used. * * @return bool Whether or not the dynamic permalinks should be used.