Functions
-
functionget_comments_link()
Retrieves the link to the current post comments.
-
functionget_comments_number()
Retrieves the amount of comments a post has.
-
functionget_comments_number_text()
Displays the language string for the number of comments the current post has.
-
functionget_comments_pagenum_link()
Retrieves the comments page number link.
-
functionget_comments_pagination_arrow()
Helper function that returns the proper pagination arrow HTML for `CommentsPaginationNext` and `CommentsPaginationPrevious` blocks based on the provided `paginationArrow` from `CommentsPagination` context.
-
functionget_comments_popup_template()
Retrieve path of comment popup template in current or parent template.
-
functionget_comment_author()
Retrieves the author of the current comment.
-
functionget_comment_author_email()
Retrieves the email of the author of the current comment.
-
functionget_comment_author_email_link()
Returns the HTML email link to the author of the current comment.
-
functionget_comment_author_IP()
Retrieves the IP address of the author of the current comment.
-
functionget_comment_author_link()
Retrieves the HTML link to the URL of the author of the current comment.
-
functionget_comment_author_rss()
Retrieves the current comment author for use in the feeds.
-
functionget_comment_author_url()
Retrieves the URL of the author of the current comment, not linked.
-
functionget_comment_author_url_link()
Retrieves the HTML link of the URL of the author of the current comment.
-
functionget_comment_class()
Returns the classes for the comment div as an array.
-
functionget_comment_count()
Retrieves the total comment counts for the whole site or a single post.
-
functionget_comment_date()
Retrieves the comment date of the current comment.
-
Returns the content of a block, including comment delimiters.
-
functionget_comment_excerpt()
Retrieves the excerpt of the given comment.
-
functionget_comment_guid()
Retrieves the feed GUID for the current comment.
-
functionget_comment_ID()
Retrieves the comment ID of the current comment.
-
functionget_comment_id_fields()
Retrieves hidden input HTML for replying to comments.
-
functionget_comment_link()
Retrieves the link to a given comment.
-
functionget_comment_meta()
Retrieves comment meta field for a comment.
-
functionget_comment_pages_count()
Calculates the total number of comment pages.
-
functionget_comment_reply_link()
Retrieves HTML content for reply to comment link.
-
functionget_comment_statuses()
Retrieves all of the WordPress supported comment statuses.
-
functionget_comment_text()
Retrieves the text of the current comment.
-
functionget_comment_time()
Retrieves the comment time of the current comment.
-
functionget_comment_to_edit()
Returns a WP_Comment object based on comment ID.