File: wp-includes/comment-template.php
-
functionget_comments_link()
Retrieves the link to the current post comments.
-
functionget_comment_time()
Retrieves the comment time of the current comment.
-
Filters the returned post comments permalink.
-
hookget_comment_time
Filters the returned comment time.
-
functioncomments_link()
Displays the link to the current post comments.
-
functioncomment_time()
Displays the comment time of the current comment.
-
functionget_comments_number()
Retrieves the amount of comments a post has.
-
functionget_comment_type()
Retrieves the comment type of the current comment.
-
Filters the returned comment count for a post.
-
hookget_comment_type
Filters the returned comment type.
-
functioncomments_number()
Displays the language string for the number of comments the current post has.
-
hookcomments_number
Filters the comments count for display.
-
functionget_comment_text()
Retrieves the text of the current comment.
-
functioncomment_ID()
Displays the comment ID of the current comment.
-
hookget_comment_text
Filters the text of a comment.
-
functionget_comment_date()
Retrieves the comment date of the current comment.
-
hookget_comment_date
Filters the returned comment date.
-
Filters the comment author’s URL.
-
functioncomment_date()
Displays the comment date of the current comment.
-
functioncomment_author_url()
Displays the URL of the author of the current comment, not linked.
-
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_url_link()
Retrieves the HTML link of the URL of the author of the current comment.
-
functioncomment_excerpt()
Displays the excerpt of the current comment.
-
Filters the comment author’s returned URL link.
-
hookcomment_excerpt
Filters the comment excerpt for display.
-
functioncomment_author_url_link()
Displays the HTML link of the URL of the author of the current comment.
-
functionget_comment_ID()
Retrieves the comment ID of the current comment.
-
functioncomment_class()
Generates semantic classes for each comment element.