image_add_caption_shortcode

最后更新于:2021-11-27 00:56:53

apply_filters( ‘image_add_caption_shortcode’, string $shcode, string $html )

Filters the image HTML markup including the caption shortcode.

参数

$shcode

(string)
The image HTML markup with caption shortcode.

$html

(string)
The image HTML markup.

源文件

文件: gc-admin/includes/media.php

View on Trac