action_scheduler/migration_batch_size filter-hook . WC 1.0
Get migration batch size.
Usage
add_filter( 'action_scheduler/migration_batch_size', 'filter_function_name_3136' ); function filter_function_name_3136( $250 ){ // filter... return $250; }
- $250
- -
Where the hook is called
action_scheduler/migration_batch_size
woocommerce/packages/action-scheduler/classes/migration/Scheduler.php 114
return (int) apply_filters( 'action_scheduler/migration_batch_size', 250 );