Automattic\WooCommerce\Internal\DataStores\Orders
LegacyDataCleanup::get_default_batch_size
Default batch size to use.
Method of the class: LegacyDataCleanup{}
No Hooks.
Returns
Int. Default batch size.
Usage
$LegacyDataCleanup = new LegacyDataCleanup(); $LegacyDataCleanup->get_default_batch_size(): int;
LegacyDataCleanup::get_default_batch_size() LegacyDataCleanup::get default batch size code WC 10.8.1
public function get_default_batch_size(): int {
return self::BATCH_SIZE;
}