apply_filters ( ‘comment_url’, string $comment_author_url , string $comment_id )

Filters the comment author’s URL for display.

Parameters

$comment_author_url string
The comment author’s URL.
$comment_id string
The comment ID as a numeric string.

Source

echo apply_filters( 'comment_url', $comment_author_url, $comment->comment_ID );

Changuelog

Versionen Description
4.1.0 The $comment_id parameter was added.
1.2.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.