image_media_send_to_editor in /wp-admin/includes/media.php
1997
Continue readingResize an image to make a thumbnail or intermediate size.The returned array has the file size, the image width, and image height. The filter ‘image_make_intermediate_size’ can be used to hook in and change the values of the returned array. The only parameter is the resized file path.
1995
Continue readingRetrieve HTML for the Link URL buttons with the default link type as specified.
1993
Continue readingRetrieve width and height attributes using given width and height values.Both attributes are required in the sense that both parameters must have a value, but are optional in that if you set them to false or null, then they will not be added to the returned string.
1991
Continue readingRetrieve the image’s intermediate size (resized) path, width, and height.The $size parameter can be an array with the width and height respectively. If the size matches the ‘sizes’ metadata array for width and height, then it will be used. If there is no direct match, then the nearest image size larger than the specified size will be used. If nothing is found, then the function will break out and return false.
1989
Continue reading