image_add_caption()
image_add_caption( string $html, integer $id, string $c…
image_add_caption( string $html, integer $id, string $caption, string $title, string $align, string $url, string $size, string $alt = ” )
将带标题的图像快捷方式添加到编辑器
Adds image shortcode with caption to editor
目录锚点:#参数#返回#源码
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$html | (string) | 必需 | 要发送的图像HTML标记。 |
$id | (integer) | 必需 | 图像附件ID。 |
$caption | (string) | 必需 | 图片说明。 |
$title | (string) | 必需 | 图像标题属性(未使用)。 |
$align | (string) | 必需 | 图像CSS对齐属性。 |
$url | (string) | 必需 | 图像源URL(未使用)。 |
$size | (string) | 必需 | 图像大小(缩略图、中、大、全或添加了add_Image_size())(未使用)。 |
$alt | (string) | 可选 | 图像alt属性(未使用)。 |
返回(Return)
(string)带有标题快捷方式的图像HTML标记。
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.6.0 | wp-admin/includes/media.php:186 | 0 | 4 |
类别:WordPress 函数手册、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!