WC_CSV_Exporter::get_data_to_export()protectedWC 3.1.0

Get data that will be exported.

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

Хуков нет.

Возвращает

Массив.

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

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->get_data_to_export();

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

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

Код WC_CSV_Exporter::get_data_to_export() WC 8.7.0

protected function get_data_to_export() {
	return $this->row_data;
}