WC_CSV_Batch_Exporter::set_page()publicWC 3.1.0

Set page.

Method of the class: WC_CSV_Batch_Exporter{}

No Hooks.

Return

null. Nothing (null).

Usage

$WC_CSV_Batch_Exporter = new WC_CSV_Batch_Exporter();
$WC_CSV_Batch_Exporter->set_page( $page );
$page(int) (required)
Page Nr.

Changelog

Since 3.1.0 Introduced.

WC_CSV_Batch_Exporter::set_page() code WC 8.6.1

public function set_page( $page ) {
	$this->page = absint( $page );
}