2647* @see img_caption_shortcode()2648*2649* @param string$output The caption output.Defaultempty.2650* @param array$attr Attributes of the caption shortcode.2651* @param string$content The image element, possibly wrapped in a hyperlink.2652*/2653$output=apply_filters('img_caption_shortcode','',$attr,$content);26542655if(!empty($output)){2656return$output;2657}26582659/**
History
Introduced in 2.6.0. Unchanged from 6.7.7 through 7.1.0.