comment_author_url_link
comment_author_url_link ( $link_text = '', $before = '', $after = '', $comment = 0 )
Parameters:- (string) link_text Optional. Text to display instead of the comment author's email address. Default empty.
- (string) before Optional. Text or HTML to display before the email link. Default empty.
- (string) after Optional. Text or HTML to display after the email link. Default empty.
- (int|WP_Comment) comment Optional. Comment ID or WP_Comment object. Default is the current comment.
Defined at:Change Log: - Introduced in WordPress: 0.71
- Deprecated in WordPress: —
Description
Displays the HTML link of the URL of the author of the current comment.