Description
This function returns the acfcs upload folder. Default it's set to a folder names 'acfcs' in your uploads folder.
You can manipulate this location by using the acfcs_upload_folder() filter.
Usage
$folder = acfcs_upload_folder( $suffix = false );
Return type
string
Return
'https://your-site.com/wp-content/uploads/acfcs'
Arguments
- (string) - $suffix (optional)
You can suffix the location.
Defined in
inc/acfcs-functions.php - line 734
Used in
- ACF_City_Selector.php - line 161
- admin/acfcs-info.php - line 221
- inc/acfcs-functions.php - line 245
- inc/acfcs-functions.php - line 284
- inc/acfcs-functions.php - line 338
- inc/acfcs-functions.php - line 339
- inc/acfcs-functions.php - line 677
- inc/acfcs-functions.php - line 678
- inc/form-handling.php - line 11