woocommerce_analytics_regenerate_batch_size

woocommerce_analytics_regenerate_batch_size

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.7.1

apply_filters('woocommerce_analytics_regenerate_batch_size') is found 1 times:

  • /src/Admin/Schedulers/SchedulerTraits.php line 146
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
         *
         * @param int    $batch_size Batch size.
         * @param string $action Batch action name.
         */
        return apply_filters( 'woocommerce_analytics_regenerate_batch_size', $batch_size, static::$name, $action );
    }
     
    /**
     * Flatten multidimensional arrays to store for scheduling.
     *
     * @param array $args Argument array.