Calculates the new dimensions for a down-sampled image.
get_image_tag
Gets an img tag for an image attachment, scaling it down if requested.
set_post_thumbnail_size
Registers an image size for the post thumbnail.
remove_image_size
Remove a new image size.
Advertisement
has_image_size
Check if an image size exists.
add_image_size
Register a new image size.
image_downsize
Scale an image to fit a particular size (such as ‘thumb’ or ‘medium’).
image_hwstring
Retrieve width and height attributes using given width and height values.
Advertisement
image_constrain_size_for_editor
Scale down the default size of an image.
wp_get_additional_image_sizes
Retrieve additional image sizes.
wp_print_media_templates
Prints the templates used in the media manager.
wp_underscore_video_template
Output the markup for a video tag to be used in an Underscore template when data.model is passed.
Advertisement
wp_underscore_audio_template
Output the markup for a audio tag to be used in an Underscore template when data.model is passed.
wp_is_xml_request
Checks whether current request is an XML request, or is expecting an XML response.
wp_is_jsonp_request
Checks whether current request is a JSONP request, or is expecting a JSONP response.