img_caption_shortcode_width

Advertisement

Summery Summery

Filters the width of an image’s caption.

Syntax Syntax

apply_filters( 'img_caption_shortcode_width', int $width, array $atts, string $content )

Description Description

By default, the caption is 10 pixels greater than the width of the image, to prevent post content from running up against a floated image.

Parameters Parameters

$width

Width of the caption in pixels. To remove this inline style, return zero.

$atts

Attributes of the caption shortcode.

$content

The image element, possibly wrapped in a hyperlink.

Source Source

File: wp-includes/media.php

Advertisement

Changelog Changelog

Changelog
Version Description
3.7.0 Introduced.

See also See also

Advertisement

Leave a Reply