Automattic\WooCommerce\Admin
ReportCSVExporter::get_file_path
Get file path to export to.
Метод класса: ReportCSVExporter{}
Хуков нет.
Возвращает
Строку.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->get_file_path();
Код ReportCSVExporter::get_file_path() ReportCSVExporter::get file path WC 10.4.3
protected function get_file_path() {
return self::get_reports_directory() . $this->get_filename();
}