wpseo_unindexed_count_queries_ran, false
wpseo_unindexed_count_queries_ran, false
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_unindexed_count_queries_ran, false') is found 1 times:
- /src/integrations/admin/background-indexing-integration.php line 205
* @internal * * @param bool $have_queries_ran */ $have_queries_ran = \apply_filters( 'wpseo_unindexed_count_queries_ran', false ); if ( ( ! $this->yoast_admin_and_dashboard_conditional->is_met() || ! $this->get_request_conditional->is_met() ) && ! $have_queries_ran ) { return; } if ( ! \wp_next_scheduled( 'wpseo_indexable_index_batch' ) && $this->should_index_on_cron() ) {