WC_CSV_Exporter::get_limit()
Get batch limit.
Method of the class: WC_CSV_Exporter{}
Hooks from the method
Return
Int
.
Usage
$WC_CSV_Exporter = new WC_CSV_Exporter(); $WC_CSV_Exporter->get_limit();
Changelog
Since 3.1.0 | Introduced. |
WC_CSV_Exporter::get_limit() WC CSV Exporter::get limit code WC 9.3.3
public function get_limit() { return apply_filters( "woocommerce_{$this->export_type}_export_batch_limit", $this->limit, $this ); }