wpseo_indexing_get_limited_unindexed_count

wpseo_indexing_get_limited_unindexed_count

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.24.8.1

apply_filters('wpseo_indexing_get_limited_unindexed_count') is found 1 times:

  • /src/helpers/indexing-helper.php line 370
    366
    367
    368
    369
    370
    371
    372
    373
    374
    375
    376
         * @param int       $unindexed_count The amount of unindexed objects.
         * @param int|false $limit           Limit the number of unindexed objects that need to be counted.
         *                                   False if it doesn't need to be limited.
         */
        return \apply_filters( 'wpseo_indexing_get_limited_unindexed_count', $unindexed_count, $limit );
    }
     
    /**
     * Returns the total number of unindexed objects that can be indexed in the background and applies a filter for third party integrations.
     *
     * @param int $limit Limit the number of unindexed objects that are counted.