WC_CSV_Exporter::get_limit()
Get batch limit.
Description Description
Return Return
(int)
Source Source
File: includes/export/abstract-wc-csv-exporter.php
public function get_limit() {
return apply_filters( "woocommerce_{$this->export_type}_export_batch_limit", $this->limit, $this );
}
Changelog Changelog
| Version | Description |
|---|---|
| 3.1.0 | Introduced. |