apply_filters( 'the_post_thumbnail_caption', string $caption )

Filters the displayed post thumbnail caption.


Parameters

$caption

(string) Caption for the given attachment.


Source

File: wp-includes/post-thumbnail-template.php

View on GitHub



Changelog

Changelog
Version Description
WP-4.6.0 Introduced.