WC_CSV_Batch_Exporter::set_page()
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() WC CSV Batch Exporter::set page code WC 9.4.2
public function set_page( $page ) { $this->page = absint( $page ); }