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_mkdir_p() | Recursive directory creation based on full path. |
wp-includes/functions.php: wp_unique_filename() | Get a filename that is sanitized and unique for the given directory. |
wp-includes/media.php: wp_get_image_editor() | Returns a WP_Image_Editor instance and loads file into it. |
wp-includes/post.php: get_attached_file() | Retrieve attached file path based on attachment ID. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |