2520* @see img_caption_shortcode()2521*2522* @param string$output The caption output.Defaultempty.2523* @param array$attr Attributes of the caption shortcode.2524* @param string$content The image element, possibly wrapped in a hyperlink.2525*/2526$output=apply_filters('img_caption_shortcode','',$attr,$content);25272528if(!empty($output)){2529return$output;2530}25312532$atts=shortcode_atts(
History
Introduced in 2.6.0. Unchanged from 6.7.7 through 7.1.0.