Filter hook 'get_comment_author_url_link'

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

Description

Filters the comment author's returned URL link.

Occurrences

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

Parameters

Type Name Description
string $comment_author_url_link The HTML-formatted comment author URL link.

PHP Doc

/**
	 * Filters the comment author's returned URL link.
	 *
	 * @since 1.5.0
	 *
	 * @param string $comment_author_url_link The HTML-formatted comment author URL link.
	 */