wp_upload_dir()
Function: Returns an array containing the current upload directory’s path and URL.
Source: wp-includes/functions.php:2338
Function: Returns an array containing the current upload directory’s path and URL.
Source: wp-includes/functions.php:2338
Filter Hook: Filters the uploads directory data.
Source: wp-includes/functions.php:2363
Function: A non-filtered, non-cached version of wp_upload_dir() that doesn’t check the path.
Source: wp-includes/functions.php:2401
Function: Gets a filename that is sanitized and unique for the given directory.
Source: wp-includes/functions.php:2534
Filter Hook: Filters the result when generating a unique file name.
Source: wp-includes/functions.php:2779
Function: Creates a file in the upload folder with given content.
Source: wp-includes/functions.php:2871
Filter Hook: Filters whether to treat the upload bits as an error.
Source: wp-includes/functions.php:2901
Function: Retrieves the file type based on the extension name.
Source: wp-includes/functions.php:2979
Function: Normalizes a filesystem path.
Source: wp-includes/functions.php:2155
Function: Determines a writable directory for temporary files.
Source: wp-includes/functions.php:2192