Displays the post thumbnail caption.
$post = null
Sortie :
@param int|WP_Post|null $post Optional. Post ID or WP_Post object. Default is global `$post`.
// Utilisation de la fonction the_post_thumbnail_caption
$result = the_post_thumbnail_caption($post = null);
if ($result) {
// Votre logique ici
}
Chargement des actualités...