get_comment_author_link, $comment_author_link, $comment_author, $comment_id
get_comment_author_link, $comment_author_link, $comment_author, $comment_id
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('get_comment_author_link, $comment_author_link, $comment_author, $comment_id') is found 1 times:
- /wp-includes/comment-template.php line 293
* Empty for an invalid URL. * @param string $comment_author The comment author's username. * @param string $comment_id The comment ID as a numeric string. */ return apply_filters( 'get_comment_author_link', $comment_author_link, $comment_author, $comment_id ); } /** * Displays the HTML link to the URL of the author of the current comment. * * @since 0.71