WC_CSV_Batch_Exporter::set_page
Set page.
Method of the class: WC_CSV_Batch_Exporter{}
No Hooks.
Returns
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 10.5.0
public function set_page( $page ) {
$this->page = absint( $page );
}