WC_CSV_Batch_Exporter::get_headers_row_file_pathprotectedWC 1.0

Get CSV headers row file path to export to.

Method of the class: WC_CSV_Batch_Exporter{}

No Hooks.

Returns

String.

Usage

// protected - for code of main (parent) or child class
$result = $this->get_headers_row_file_path();

WC_CSV_Batch_Exporter::get_headers_row_file_path() code WC 10.5.0

protected function get_headers_row_file_path() {
	return $this->get_file_path() . '.headers';
}