File: wp-includes/comment-template.php
-
functionget_comment_excerpt()
Retrieves the excerpt of the given comment.
-
hookcomment_url
Filters the comment author’s URL for display.
-
Filters the retrieved comment excerpt.
-
functionget_comment_author()
Retrieves the author of the current comment.
-
functionget_comment_author_link()
Retrieves the HTML link to the URL of the author of the current comment.
-
Filters the returned comment author name.
-
Filters the comment author’s link for display.
-
functioncomment_author()
Displays the author of the current comment.
-
functioncomment_author_link()
Displays the HTML link to the URL of the author of the current comment.
-
hookcomment_author
Filters the comment author’s name for display.
-
functionget_comment_author_IP()
Retrieves the IP address of the author of the current comment.
-
functionget_comment_author_email()
Retrieves the email of the author of the current comment.
-
Filters the comment author’s returned IP address.
-
Filters the comment author’s returned email address.
-
functioncomment_author_IP()
Displays the IP address of the author of the current comment.
-
functioncomment_author_email()
Displays the email of the author of the current global $comment.
-
functionget_comment_author_url()
Retrieves the URL of the author of the current comment, not linked.
-
hookauthor_email
Filters the comment author’s email for display.
-
functioncomment_author_email_link()
Displays the HTML email link to the author of the current comment.
-
functionget_comment_author_email_link()
Returns the HTML email link to the author of the current comment.
-
hookcomment_email
Filters the comment author’s email for display.