2586*2587* @param int$width Width of the caption in pixels. To remove this inline style,2588*return zero.2589* @param array$atts Attributes of the caption shortcode.2590* @param string$content The image element, possibly wrapped in a hyperlink.2591*/2592$caption_width=apply_filters('img_caption_shortcode_width',$width,$atts,$content);25932594$style='';25952596if($caption_width){2597$style='style="width: '.(int)$caption_width.'px" ';2598}
History
Introduced in 3.7.0. Unchanged from 6.7.7 through 7.1.0.