get_comment_author_link – filter
Filters the comment author’s link for display.
Parameters
- .
- ( 1.5.0 ) . .
- The
- ( 4.1.0 ) `$author` and `$comment_ID` parameters were added. . . .
- $return
- ( string ) The HTML-formatted comment author link. Empty for an invalid URL. . . .
- $author
- ( string ) The comment author’s username. . . .
- $comment_ID
- ( string ) The comment ID as a numeric string. . . .