wpseo_indexing_get_limited_unindexed_count, $unindexed_count, $limit
wpseo_indexing_get_limited_unindexed_count, $unindexed_count, $limit
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_indexing_get_limited_unindexed_count, $unindexed_count, $limit') is found 1 times:
- /src/helpers/indexing-helper.php line 368
* @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.