WC_CSV_Batch_Exporter::get_file_path()
Get file path to export to.
Description Description
Return Return
(string)
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();
}