wpseo_unindexed_count_queries_ran

wpseo_unindexed_count_queries_ran

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-seo.24.8.1

apply_filters('wpseo_unindexed_count_queries_ran') is found 1 times:

  • /src/integrations/admin/background-indexing-integration.php line 205
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    * @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() ) {

See this hook used in plugins: