Automattic\WooCommerce\Internal\Admin\ImportExport
CSVUploadHelper::get_import_subdir_name
Name (inside the uploads folder) to use for the CSV import directory.
Method of the class: CSVUploadHelper{}
No Hooks.
Returns
String.
Usage
// protected - for code of main (parent) or child class $result = $this->get_import_subdir_name(): string;
CSVUploadHelper::get_import_subdir_name() CSVUploadHelper::get import subdir name code WC 10.3.6
protected function get_import_subdir_name(): string {
return 'wc-imports';
}