upload_dir

upload_dir

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('upload_dir') is found 1 times:

  • /wp-includes/functions.php line 2387
    2383
    2384
    2385
    2386
    2387
    2388
    2389
    2390
    2391
    2392
    2393
    *     @type string       $baseurl URL path without subdir.
     *     @type string|false $error   False or error message.
     * }
     */
    $uploads = apply_filters( 'upload_dir', $cache[ $key ] );
     
    if ( $create_dir ) {
        $path = $uploads['path'];
     
        if ( array_key_exists( $path, $tested_paths ) ) {
            $uploads['error'] = $tested_paths[ $path ];

See this hook used in plugins: