wpseek.com
A WordPress-centric search engine for devs and theme authors



upload_dir › WordPress Filter Hooks

Since2.0.0
Deprecatedn/a
apply_filters( 'upload_dir', $cache[ $key ] )
Parameters:
  • () uploads { Array of information about the upload directory. @type string $path Base directory and subdirectory or full path to upload directory. @type string $url Base URL and subdirectory or absolute URL to upload directory. @type string $subdir Subdirectory if uploads use year/month folders option is on. @type string $basedir Path without subdir. @type string $baseurl URL path without subdir. @type string|false $error False or error message. }
    Required: Yes
Defined at:
Codex:

Filters the uploads directory data.





Source

$uploads = apply_filters( 'upload_dir', $cache[ $key ] );