apply_filters( 'get_comment_author_link', string $return, string $author, string $comment_id )

Filters the comment author’s link for display.


Parameters

$return

The HTML-formatted comment author link.<br> Empty for an invalid URL.

$author

The comment author's username.

$comment_id

The comment ID as a numeric string.


Source

File: wp-includes/comment-template.php

View on GitHub



Changelog

Changelog
Version Description
4.1.0 The $author and $comment_id parameters were added.
1.5.0 Introduced.