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.8.7.0

apply_filters('woocommerce_analytics_regenerate_batch_size') is found 1 times:

  • /src/Admin/Schedulers/SchedulerTraits.php line 146
    		 *
    		 * @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.