Automattic\WooCommerce\Internal\BatchProcessing
BatchProcessorInterface::get_default_batch_size()
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() BatchProcessorInterface::get default batch size code WC 9.6.1
public function get_default_batch_size() : int;