Retrieves the URL of the author of the current comment, not linked.
$comment_id = 0
Sortie :
@param int|WP_Comment $comment_id Optional. WP_Comment or the ID of the comment for which to get the author's URL. @return string Comment author URL, if provided, an empty string otherwise.
// Utilisation de la fonction get_comment_author_url
$result = get_comment_author_url($comment_id = 0);
if ($result) {
// Votre logique ici
}
Chargement des actualités...