wpseo_indexing_get_unindexed_count

wpseo_indexing_get_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_unindexed_count') is found 1 times:

  • /src/helpers/indexing-helper.php line 320
    316
    317
    318
    319
    320
    321
    322
    323
    324
    325
    326
         * Filter: 'wpseo_indexing_get_unindexed_count' - Allow changing the amount of unindexed objects.
         *
         * @param int $unindexed_count The amount of unindexed objects.
         */
        return \apply_filters( 'wpseo_indexing_get_unindexed_count', $unindexed_count );
    }
     
    /**
     * Returns a limited number of unindexed objects.
     *
     * @param int                                                               $limit   Limit the number of unindexed objects that are counted.