Filter hook 'comment_url'

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

Description

Filters the comment author's URL for display.

Occurrences

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

Parameters

Type Name Description
string $comment_author_url The comment author's URL.
string $comment_id The comment ID as a numeric string.

PHP Doc

/**
	 * Filters the comment author's URL for display.
	 *
	 * @since 1.2.0
	 * @since 4.1.0 The `$comment_id` parameter was added.
	 *
	 * @param string $comment_author_url The comment author's URL.
	 * @param string $comment_id         The comment ID as a numeric string.
	 */