2566* @see img_caption_shortcode()2567*2568* @param string$output The caption output.Defaultempty.2569* @param array$attr Attributes of the caption shortcode.2570* @param string$content The image element, possibly wrapped in a hyperlink.2571*/2572$output=apply_filters('img_caption_shortcode','',$attr,$content);25732574if(!empty($output)){2575return$output;2576}25772578$atts=shortcode_atts(
History
Introduced in 2.6.0. Unchanged from 6.7.7 through 7.1.0.