Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




comment_author_link [ WordPress Function ]

comment_author_link ( $comment_ID = 0 )
Parameters:
  • (int) $comment_ID The ID of the comment for which to print the author's link. Optional.
See:
Defined at:



Display the html link to the url of the author of the current comment.

Source


<?php
function comment_author_link$comment_ID ) {
    echo 
get_comment_author_link$comment_ID );
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

1 User Note(s)

Gravatar
Great information here, it helped a lot to solve my problem! I just was looking how to get the post author URL and make the comment author\'s homepage open in new tab. Thanks.

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics