WC_CSV_Exporter::get_data_to_export()
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 CSV Exporter::get data to export WC 9.2.3
protected function get_data_to_export() { return $this->row_data; }