comment_link

FUNCTION wp-includes\feed.php (ligne 301) github
Displays the link to the comments.

Paramètres

Entrée :
$comment = null
Sortie :
@param int|WP_Comment $comment Optional. Comment object or ID. Defaults to global comment object.

Utilisation

// Utilisation de la fonction comment_link
$result = comment_link($comment = null);

if ($result) {
    // Votre logique ici
}

Actualités

Chargement des actualités...