wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



upload_dir › WordPress Filter Hooks

Seit2.0.0
Veraltetn/v
apply_filters( 'upload_dir', $cache[ $key ] )
Parameter:
  • () 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. }
    Erforderlich: Ja
Definiert in:
Codex:

Filters the uploads directory data.





Quellcode

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