WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about image_add_caption_shortcode

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/media.php apply_filters 249 /**
* Filters the image HTML markup including the caption shortcode.
*
* @since 2.6.0
*
* @param string $shcode The image HTML markup with caption shortcode.
* @param string $html The image HTML markup.
*/

Hook Parameters

Parameter Type Name Description
string $shcode The image HTML markup with caption shortcode.
string $html The image HTML markup.