2509* @see img_caption_shortcode()2510*2511* @param string$output The caption output.Defaultempty.2512* @param array$attr Attributes of the caption shortcode.2513* @param string$content The image element, possibly wrapped in a hyperlink.2514*/2515$output=apply_filters('img_caption_shortcode','',$attr,$content);25162517if(!empty($output)){2518return$output;2519}25202521$atts=shortcode_atts(
History
Introduced in 2.6.0. Unchanged from 6.7.7 through 7.1.0.