Uses
Uses | Description |
---|---|
wp-includes/formatting.php: esc_attr() | Escaping for HTML attributes. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/media.php: get_image_tag_class | Filters the value of the attachment’s image tag class attribute. |
wp-includes/media.php: get_image_tag | Filters the HTML content for the image tag. |
wp-includes/media.php: image_downsize() | Scale an image to fit a particular size (such as ‘thumb’ or ‘medium’). |
wp-includes/media.php: image_hwstring() | Retrieve width and height attributes using given width and height values. |