Uses
| Uses | Description |
|---|---|
| wp-admin/includes/image.php: _load_image_to_edit_path() | Retrieve the path or url of an attachment’s attached file. |
| wp-includes/formatting.php: wp_basename() | i18n friendly version of basename() |
| wp-includes/functions.php: wp_unique_filename() | Get a filename that is sanitized and unique for the given directory. |
| wp-includes/functions.php: wp_mkdir_p() | Recursive directory creation based on full path. |
| wp-includes/post.php: get_attached_file() | Retrieve attached file path based on attachment ID. |