On this page
apply_filters( 'comment_url', string $author_url, string $comment_ID )
Filters the comment author’s URL for display.
Parameters
$author_urlstring-
The comment author's URL.
$comment_IDstring-
The comment ID as a numeric string.
Source
File: wp-includes/comment-template.php. View all references
echo apply_filters( 'comment_url', $author_url, $comment->comment_ID );
Related
Used By
| Used By | Description |
|---|---|
| comment_author_url() wp-includes/comment-template.php | Displays the URL of the author of the current comment, not linked. |
Changelog
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/comment_url