Summery Summery
Displays the post thumbnail caption.
Syntax Syntax
Parameters Parameters
Source Source
File: wp-includes/post-thumbnail-template.php
if ( ! $caption ) { $caption = ''; } return $caption; } /** * Displays the post thumbnail caption.
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.6.0 | Introduced. |