WC_CSV_Batch_Exporter::get_page()publicWC 3.1.0

Get page.

Метод класса: WC_CSV_Batch_Exporter{}

Хуков нет.

Возвращает

int.

Использование

$WC_CSV_Batch_Exporter = new WC_CSV_Batch_Exporter();
$WC_CSV_Batch_Exporter->get_page();

Список изменений

С версии 3.1.0 Введена.

Код WC_CSV_Batch_Exporter::get_page() WC 8.7.0

public function get_page() {
	return $this->page;
}