image_add_caption_shortcode

Advertisement

Summery Summery

Filters the image HTML markup including the caption shortcode.

Syntax Syntax

apply_filters( 'image_add_caption_shortcode', string $shcode, string $html )

Parameters Parameters

$shcode

The image HTML markup with caption shortcode.

$html

The image HTML markup.

Source Source

File: wp-admin/includes/media.php

Advertisement

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.

Advertisement

Leave a Reply