WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about get_comment_author_link

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/comment-template.php apply_filters 242 /**
* Filters the comment author's link for display.
*
* @since 1.5.0
* @since 4.1.0 The `$author` and `$comment_ID` parameters were added.
*
* @param string $return The HTML-formatted comment author link.
* Empty for an invalid URL.
* @param string $author The comment author's username.
* @param string $comment_ID The comment ID as a numeric string.
*/

Hook Parameters

Parameter Type Name Description
string $return The HTML-formatted comment author link.
string $author The comment author's username.
string $comment_ID The comment ID as a numeric string.