Automattic\WooCommerce\Admin

ReportCSVExporter::get_file_path()protectedWC 1.0

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() code WC 8.6.1

protected function get_file_path() {
	return self::get_reports_directory() . $this->get_filename();
}