On this page
apply_filters( 'get_comment_author_url', string $url, string|int $comment_ID, WP_Comment|null $comment )
Filters the comment author’s URL.
Parameters
$urlstring-
The comment author's URL, or an empty string.
$comment_IDstring|int-
The comment ID as a numeric string, or 0 if not found.
$commentWP_Comment|null-
The comment object, or null if not found.
Source
File: wp-includes/comment-template.php. View all references
return apply_filters( 'get_comment_author_url', $url, $id, $comment );
Related
Used By
| Used By | Description |
|---|---|
| get_comment_author_url() wp-includes/comment-template.php | Retrieves 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/get_comment_author_url