Uses
Uses | Description |
---|---|
wp-admin/includes/media.php: media_upload_form_handler() | Handles form submissions for the legacy media uploader. |
wp-admin/includes/media.php: {$type}_send_to_editor_url | Filters the URL sent to the editor for a specific media type. |
wp-admin/includes/media.php: image_send_to_editor_url | Filters the image URL sent to the editor. |
wp-admin/includes/media.php: media_handle_upload() | Saves a file submitted from a POST request and create an attachment post for it. |
wp-admin/includes/media.php: media_send_to_editor() | Adds image HTML to editor. |
wp-admin/includes/media.php: wp_iframe() | Outputs the iframe to display the media upload page. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: wp_unslash() | Remove slashes from a string or array of strings. |
wp-includes/formatting.php: wp_basename() | i18n friendly version of basename() |
wp-includes/formatting.php: esc_html() | Escaping for HTML blocks. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/formatting.php: esc_url_raw() | Performs esc_url() for database usage. |
wp-includes/formatting.php: esc_attr() | Escaping for HTML attributes. |
wp-includes/pluggable.php: check_admin_referer() | Ensures intent by verifying that a user was referred from another admin page with the correct security nonce. |
wp-includes/functions.wp-scripts.php: wp_enqueue_script() | Enqueue a script. |
wp-includes/functions.php: wp_ext2type() | Retrieve the file type based on the extension name. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |