Core Function
View Source on Trac ↗ comment_author_url()
comment_author_url( mixed $comment_id = 0 ) Displays the URL of the author of the current comment, not linked.
Parameters 1 required
| Name / Type | Description |
|---|---|
| mixed | (int | WP_Comment) $comment_id Optional. WP_Comment or the ID of the comment for which to print the author's URL. Default current comment. Required |
Return Value
(void)
No return value description available.
Function Information
Since Version
0.71
Source File
wp-includes/comment-template.php
Advertisement