Uses
Uses | Description |
---|---|
wp-admin/includes/file.php: wp_handle_upload() | Wrapper for _wp_handle_upload(). |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: wp_basename() | i18n friendly version of basename() |
wp-includes/functions.php: wp_check_filetype_and_ext() | Attempt to determine the real file type of a file. |
wp-includes/functions.php: wp_die() | Kills WordPress execution and displays HTML page with an error message. |
wp-includes/post.php: wp_insert_attachment() | Insert an attachment. |
wp-includes/post.php: wp_match_mime_types() | Check a MIME-Type against a list. |