Using WordPress ‘includes_url()’ PHP function Written by Adrian Gordon WordPress The `includes_url()` function in WordPress is used to retrieve the URL to the `wp-includes` directory
Using WordPress ‘img_caption_shortcode()’ PHP function Written by Adrian Gordon WordPress The `img_caption_shortcode()` function generates the HTML for an image caption within WordPress using attributes specified by the user
Using WordPress ‘image_resize_dimensions()’ PHP function Written by Adrian Gordon WordPress Retrieves calculated resize dimensions for use in WP_Image_Editor.
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_edit_apply_changes()’ PHP function Written by Adrian Gordon WordPress Learn how to use the WordPress 'image_edit_apply_changes()' PHP function to apply a group of changes to a specified WP_Image_Editor instance in this informative article