acfcs_upload_folder()

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

  1. $folder = acfcs_upload_folder( $suffix = false );

Return type

string

Return

  1. '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