Automattic\WooCommerce\Admin
ReportCSVExporter::get_file_path
Get file path to export to.
Method of the class: ReportCSVExporter{}
No Hooks.
Returns
String.
Usage
// protected - for code of main (parent) or child class $result = $this->get_file_path();
ReportCSVExporter::get_file_path() ReportCSVExporter::get file path code WC 10.6.2
protected function get_file_path() {
return self::get_reports_directory() . $this->get_filename();
}