You appear to be a bot. Output may be restricted
Description
Get batch limit.
Usage
$int = WC_CSV_Exporter::get_limit();
Parameters
Returns
int
Source
File name: woocommerce/includes/export/abstract-wc-csv-exporter.php
Lines:
1 to 3 of 3
public function get_limit() { return apply_filters( "woocommerce_{$this->export_type}_export_batch_limit", $this->limit, $this ); }