Filter hook 'get_comment_author_link'

in WP Core File wp-includes/comment-template.php at line 287

Description

Filters the comment author's link for display.

Occurrences

Filename Line Number
wp-includes/comment-template.php 287

Parameters

Type Name Description
string $comment_author_link The HTML-formatted comment author link. Empty for an invalid URL.
string $comment_author The comment author's username.
string $comment_id The comment ID as a numeric string.

PHP Doc

/**
	 * Filters the comment author's link for display.
	 *
	 * @since 1.5.0
	 * @since 4.1.0 The `$comment_author` and `$comment_id` parameters were added.
	 *
	 * @param string $comment_author_link The HTML-formatted comment author link.
	 *                                    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.
	 */