Description
With this filter you can override the upload folder where the csv files are stored.
IMPORTANT: The returned value must be a local path, not an url.
Usage
function acfcs_upload_folder( $folder ) {
$folder = 'your/path';
return $folder;
}
add_filter( 'acfcs_upload_folder', 'acfcs_upload_folder' );
Used in
- inc/acfcs-functions.php - line 735