Uses
Uses | Description |
---|---|
wp-admin/includes/media.php: image_send_to_editor | Filters the image HTML markup to send to the editor when inserting an image. |
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() | Gets an img tag for an image attachment, scaling it down if requested. |