Automattic\WooCommerce\Internal\Logging
OrderLogsDeletionProcessor::get_default_batch_size
Get the default batch size for this processor.
Method of the class: OrderLogsDeletionProcessor{}
No Hooks.
Returns
Int.
Usage
$OrderLogsDeletionProcessor = new OrderLogsDeletionProcessor(); $OrderLogsDeletionProcessor->get_default_batch_size(): int;
OrderLogsDeletionProcessor::get_default_batch_size() OrderLogsDeletionProcessor::get default batch size code WC 10.8.1
public function get_default_batch_size(): int {
return self::DEFAULT_BATCH_SIZE;
}