Filter hook 'the_post_thumbnail_caption'

in WP Core File wp-includes/post-thumbnail-template.php at line 311

Description

Filters the displayed post thumbnail caption.

Occurrences

Filename Line Number
wp-includes/post-thumbnail-template.php 311

Parameters

Type Name Description
string $caption Caption for the given attachment.

PHP Doc

/**
	 * Filters the displayed post thumbnail caption.
	 *
	 * @since 4.6.0
	 *
	 * @param string $caption Caption for the given attachment.
	 */