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.22.3

apply_filters('wpseo_indexing_get_unindexed_count') is found 1 times:

  • /src/helpers/indexing-helper.php line 320
    		 * 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.