Summery Summery
Filters the image HTML markup to send to the editor when inserting an image.
Syntax Syntax
Parameters Parameters
- $html
-
(string) The image HTML markup to send.
- $id
-
(int) The attachment id.
- $caption
-
(string) The image caption.
- $title
-
(string) The image title.
- $align
-
(string) The image alignment.
- $url
-
(string) The image source URL.
- $size
-
(string|array) Size of image. Image size or array of width and height values (in that order). Default 'medium'.
- $alt
-
(string) The image alternative, or alt, text.
Source Source
Advertisement
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |