2546* @see img_caption_shortcode()2547*2548* @param string$output The caption output.Defaultempty.2549* @param array$attr Attributes of the caption shortcode.2550* @param string$content The image element, possibly wrapped in a hyperlink.2551*/2552$output=apply_filters('img_caption_shortcode','',$attr,$content);25532554if(!empty($output)){2555return$output;2556}25572558$atts=shortcode_atts(
History
Introduced in 2.6.0. Unchanged from 6.7.7 through 7.1.0.