You appear to be a bot. Output may be restricted
Description
Set batch limit.
Usage
WC_CSV_Exporter::set_limit( $limit );
Parameters
- $limit
- ( int ) required – Limit to export.
Returns
void
Source
File name: woocommerce/includes/export/abstract-wc-csv-exporter.php
Lines:
1 to 3 of 3
public function set_limit( $limit ) { $this->limit = absint( $limit ); }