YoastWPSEOenable_cron_indexing, true
YoastWPSEOenable_cron_indexing, true
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('YoastWPSEOenable_cron_indexing, true') is found 1 times:
- /src/integrations/admin/background-indexing-integration.php line 267
return false; } // The filter supersedes everything when preventing cron indexation. if ( \apply_filters( 'Yoast\WP\SEO\enable_cron_indexing', true ) !== true ) { return false; } return $this->indexing_helper->get_limited_filtered_unindexed_count_background( 1 ) > 0; }