Retrieve HTML for media items of post gallery.
get_attachment_fields_to_edit
Retrieves the attachment fields to edit form fields.
image_media_send_to_editor
Retrieves the media element HTML to send to the editor.
image_attachment_fields_to_save
Filters input from media_upload_form_handler() and assigns a default post_title from the file name if none supplied.
Advertisement
media_post_single_attachment_fields_to_edit
Retrieves the post non-image attachment fields to edito form fields.
media_single_attachment_fields_to_edit
Retrieves the single non-image attachment fields to edit form fields.
image_attachment_fields_to_edit
Retrieves the image attachment fields to edit form fields.
wp_caption_input_textarea
Output a textarea element for inputting an attachment caption.
Advertisement
image_link_input_fields
Retrieve HTML for the Link URL buttons with the default link type as specified.
image_size_input_fields
Retrieve HTML for the size radio buttons with the specified one checked.
image_align_input_fields
Retrieve HTML for the image alignment radio buttons with the specified one checked.
media_upload_library
Retrieves the legacy media library form in an iframe.
Advertisement
media_upload_gallery
Retrieves the legacy media uploader form in an iframe.
media_sideload_image
Downloads an image from the specified URL and attaches it to a post.
wp_media_upload_handler
Handles the process of uploading media.