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