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_constrain_size_for_editor()’ PHP function Written by Adrian Gordon WordPress Learn how to scale images in WordPress with the `image_constrain_size_for_editor()` function, including examples for scaling images to specific sizes or custom dimensions
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.
Using WordPress ‘image_add_caption()’ PHP function Written by Adrian Gordon WordPress Learn how to use the WordPress 'image_add_caption' function to easily add image captions to your website content in this informative article
Using WordPress ‘get_the_attachment_link()’ PHP function Written by Adrian Gordon WordPress The `get_the_attachment_link()` function in WordPress retrieves the HTML content of an attachment image with a link
Using WordPress ‘iis7_supports_permalinks()’ PHP function Written by Adrian Gordon WordPress The `iis7_supports_permalinks()` function is used in WordPress to determine if IIS 7+ supports pretty permalinks
Using WordPress ‘iis7_save_url_rewrite_rules()’ PHP function Written by Adrian Gordon WordPress Updates the IIS web.config file with the current rules if it is writable.