image_send_to_editor_url
最后更新于:2021-11-27 01:00:12
apply_filters( ‘image_send_to_editor_url’, string $html, string $src, string $alt, string $align )
Filters the image URL sent to the editor.
参数
- $html
-
(string)
HTML markup sent to the editor for an image. - $src
-
(string)
Image source URL. - $alt
-
(string)
Image alternate, or alt, text. - $align
-
(string)
The image alignment. Default ‘alignnone’. Possible values include ‘alignleft’, ‘aligncenter’, ‘alignright’, ‘alignnone’.
源文件
文件: gc-admin/includes/media.php