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_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.
Using WordPress ‘iis7_rewrite_rule_exists()’ PHP function Written by Adrian Gordon WordPress Checks if rewrite rule for WordPress already exists in the IIS 7+ configuration file.
Using WordPress ‘iis7_delete_rewrite_rule()’ PHP function Written by Adrian Gordon WordPress Deletes WordPress rewrite rule from web.config file if it exists there.
Using WordPress ‘iis7_add_rewrite_rule()’ PHP function Written by Adrian Gordon WordPress Adds WordPress rewrite rule to the IIS 7+ configuration file.
Using WordPress ‘iframe_footer()’ PHP function Written by Adrian Gordon WordPress The `iframe_footer()` function generates a generic iFrame footer for use with Thickbox, which can be used to display various types of content such as images, videos, or custom HTML
Using WordPress ‘image_make_intermediate_size()’ PHP function Written by Adrian Gordon WordPress Resizes an image to make a thumbnail or intermediate size.
Using WordPress ‘image_media_send_to_editor()’ PHP function Written by Adrian Gordon WordPress Retrieves the media element HTML to send to the editor.
Using WordPress ‘links_add_base_url()’ PHP function Written by Adrian Gordon WordPress Adds a base URL to relative links in passed content.