wpseo_cron_indexing_limit_size, 15
wpseo_cron_indexing_limit_size, 15
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_cron_indexing_limit_size, 15') is found 1 times:
- /src/integrations/admin/background-indexing-integration.php line 230
* Filter: 'wpseo_cron_indexing_limit_size' - Adds the possibility to limit the number of items that are indexed when in cron action. * * @param int $limit Maximum number of indexables to be indexed per indexing action. */ return \apply_filters( 'wpseo_cron_indexing_limit_size', 15 ); } return $indexation_limit; } /**