Filters the width of an image’s caption.
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.
See also
Parameters
$widthint- Width of the caption in pixels. To remove this inline style, return zero.
$attsarray- Attributes of the caption shortcode.
$contentstring- The image element, possibly wrapped in a hyperlink.
Source
*/
Changelog
| Version | Description |
|---|---|
| 3.7.0 | Introduced. |
If you want to remove the extra 10 pixels of width, add the following to your child theme’s functions.php: