Retrieves the link to a given comment.
$comment = null, $args = array(
Sortie :
@param WP_Comment|int|null $comment Optional. Comment to retrieve. Default current comment.
@param array $args {
@return string The permalink to the given comment.
// Utilisation de la fonction get_comment_link
$result = get_comment_link($comment = null, $args = array();
if ($result) {
// Votre logique ici
}
Chargement des actualités...