apply_filters( 'get_image_tag', string $html , int $id , string $alt , string $title , string $align , string|array $size )
Filters the HTML content for the image tag.
Description Description
Parameters Parameters
- $html
-
(string) HTML content for the image.
- $id
-
(int) Attachment ID.
- $alt
-
(string) Alternate text.
- $title
-
(string) Attachment title.
- $align
-
(string) Part of the class name for aligning the image.
- $size
-
(string|array) Size of image. Image size or array of width and height values (in that order). Default 'medium'.
Source Source
File: wp-includes/media.php
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |