Automattic\WooCommerce\Internal\BatchProcessing

BatchProcessorInterface::get_default_batch_size()publicWC 1.0

Default (preferred) batch size to pass to 'get_next_batch_to_process'. The controller will pass this size unless it's externally configured to use a different size.

Method of the class: BatchProcessorInterface{}

No Hooks.

Return

Int. Default batch size.

Usage

$BatchProcessorInterface = new BatchProcessorInterface();
$BatchProcessorInterface->get_default_batch_size() : int;

BatchProcessorInterface::get_default_batch_size() code WC 8.7.0

public function get_default_batch_size() : int;