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