WC_CSV_Exporter::set_limit( int $limit )

Set batch limit.


Description Description


Parameters Parameters

$limit

(Required) Limit to export.


Top ↑

Source Source

File: includes/export/abstract-wc-csv-exporter.php

	public function set_limit( $limit ) {
		$this->limit = absint( $limit );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.