action_scheduler/migration_batch_size

action_scheduler/migration_batch_size

Hook Type: filter

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.4.3.5.1

apply_filters('action_scheduler/migration_batch_size') is found 1 times:

  • /vendor/woocommerce/action-scheduler/classes/migration/Scheduler.php line 114
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    *
     * @return int Number of actions to migrate in each batch. Defaults to 250.
     */
    private function get_batch_size() {
        return (int) apply_filters( 'action_scheduler/migration_batch_size', 250 );
    }
     
    /**
     * Get migration runner object.
     *
     * @return Runner