243*244* @since 2.6.0245*246* @param string$shcode The image HTML markup with caption shortcode.247* @param string$html The image HTML markup.248*/249returnapply_filters('image_add_caption_shortcode',$shcode,$html);250}251252/**253*Private preg_replace callback used in image_add_caption().254*255* @access private
History
Introduced in 2.6.0. Unchanged from 6.7.7 through 7.1.0.