wpseo_shutdown_indexation_limit, 25
wpseo_shutdown_indexation_limit, 25
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_shutdown_indexation_limit, 25') is found 1 times:
- /src/integrations/admin/background-indexing-integration.php line 313
* Filter 'wpseo_shutdown_indexation_limit' - Allow filtering the number of objects that can be indexed during shutdown. * * @param int $limit The maximum number of objects indexed. */ return \apply_filters( 'wpseo_shutdown_indexation_limit', 25 ); } /** * Removes the cron indexing job from the scheduled event queue. * * @return void