Using WordPress ‘image_size_input_fields()’ PHP function Written by Adrian Gordon WordPress Retrieves HTML for the size radio buttons with the specified one checked.
Using WordPress ‘image_resize()’ PHP function Written by Adrian Gordon WordPress Scale down an image to fit a particular size and save a new copy of the image.
Using WordPress ‘image_link_input_fields()’ PHP function Written by Adrian Gordon WordPress Retrieves HTML for the Link URL buttons with the default link type as specified.
Using WordPress ‘image_hwstring()’ PHP function Written by Adrian Gordon WordPress Retrieves width and height attributes using given width and height values.
Using WordPress ‘image_get_intermediate_size()’ PHP function Written by Adrian Gordon WordPress Retrieves the image’s intermediate size (resized) path, width, and height.
Using WordPress ‘image_downsize()’ PHP function Written by Adrian Gordon WordPress Scales an image to fit a particular size (such as ‘thumb’ or ‘medium’).
Using WordPress ‘image_attachment_fields_to_save()’ PHP function Written by Adrian Gordon WordPress Was used to filter input from media_upload_form_handler() and to assign a default post_title from the file name if none supplied.
Using WordPress ‘image_attachment_fields_to_edit()’ PHP function Written by Adrian Gordon WordPress Retrieves the image attachment fields to edit form fields.
Using WordPress ‘image_align_input_fields()’ PHP function Written by Adrian Gordon WordPress Retrieves HTML for the image alignment radio buttons with the specified one checked.