WC_CSV_Batch_Exporter::get_file_path()

Get file path to export to.


Description Description


Return Return

(string)


Top ↑

Source Source

File: includes/export/abstract-wc-csv-batch-exporter.php

	protected function get_file_path() {
		$upload_dir = wp_upload_dir();
		return trailingslashit( $upload_dir['basedir'] ) . $this->get_filename();
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.