WC_CSV_Batch_Exporter::get_headers_row_file_path
Get CSV headers row file path to export to.
Метод класса: WC_CSV_Batch_Exporter{}
Хуков нет.
Возвращает
Строку.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->get_headers_row_file_path();
Код WC_CSV_Batch_Exporter::get_headers_row_file_path() WC CSV Batch Exporter::get headers row file path WC 11.0.0
protected function get_headers_row_file_path() {
return $this->get_file_path() . '.headers';
}