Automattic\WooCommerce\Internal\Logging

OrderLogsDeletionProcessor::get_default_batch_sizepublicWC 1.0

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() code WC 10.8.1

public function get_default_batch_size(): int {
	return self::DEFAULT_BATCH_SIZE;
}