Automattic\WooCommerce\Admin
ReportCSVExporter::get_file_path()
Get file path to export to.
Method of the class: ReportCSVExporter{}
No Hooks.
Return
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 9.8.1
protected function get_file_path() { return self::get_reports_directory() . $this->get_filename(); }