wpseo_cron_query_limit_size, 1000
wpseo_cron_query_limit_size, 1000
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_cron_query_limit_size, 1000') is found 1 times:
- /src/integrations/cleanup-integration.php line 241
* Filter: Adds the possibility to limit the number of items that are deleted from the database on cleanup. * * @param int $limit Maximum number of indexables to be cleaned up per query. */ $limit = \apply_filters( 'wpseo_cron_query_limit_size', 1000 ); if ( ! \is_int( $limit ) ) { $limit = 1000; } return \abs( $limit );