Uses
Uses | Description |
---|---|
wp-admin/includes/image.php: wp_generate_attachment_metadata() | Generate attachment meta data and create image sub-sizes for images. |
wp-admin/includes/file.php: wp_handle_upload() | Wrapper for _wp_handle_upload(). |
wp-admin/includes/class-custom-image-header.php: wp_create_file_in_uploads | Fires after the header image is set or an error is returned. |
wp-includes/theme.php: set_theme_mod() | Updates theme modification value for the current theme. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: wp_basename() | i18n friendly version of basename() |
wp-includes/formatting.php: esc_url_raw() | Performs esc_url() for database usage. |
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.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/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/media.php: wp_get_attachment_image_src() | Retrieves an image to represent an attachment. |
wp-includes/post.php: wp_insert_attachment() | Insert an attachment. |
wp-includes/post.php: wp_update_attachment_metadata() | Updates metadata for an attachment. |
wp-includes/post.php: wp_match_mime_types() | Check a MIME-Type against a list. |
wp-includes/post.php: update_post_meta() | Updates a post meta field based on the given post ID. |