image_add_caption_shortcode, $shcode, $html
image_add_caption_shortcode, $shcode, $html
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('image_add_caption_shortcode, $shcode, $html') is found 1 times:
- /wp-admin/includes/media.php line 249
* * @param string $shcode The image HTML markup with caption shortcode. * @param string $html The image HTML markup. */ return apply_filters( 'image_add_caption_shortcode', $shcode, $html ); } /** * Private preg_replace callback used in image_add_caption(). * * @access private