Using WordPress ‘get_comment_count()’ PHP function Written by Adrian Gordon WordPress Retrieves the total comment counts for the whole site or a single post.
Using WordPress ‘get_comment_class()’ PHP function Written by Adrian Gordon WordPress Returns the classes for the comment div as an array.
Using WordPress ‘get_comment_author_url()’ PHP function Written by Adrian Gordon WordPress Retrieves the URL of the author of the current comment, not linked.
Using WordPress ‘get_comment_author_rss()’ PHP function Written by Adrian Gordon WordPress Retrieves the current comment author for use in the feeds.
Using WordPress ‘get_comment_author_link()’ PHP function Written by Adrian Gordon WordPress Retrieves the HTML link to the URL of the author of the current comment.
Using WordPress ‘get_comment_author_IP()’ PHP function Written by Adrian Gordon WordPress Retrieves the IP address of the author of the current comment.
Using WordPress ‘get_comment_author()’ PHP function Written by Adrian Gordon WordPress The `get_comment_author()` function in WordPress retrieves the author of the current comment
Using WordPress ‘get_comments_popup_template()’ PHP function Written by Adrian Gordon WordPress Retrieve path of comment popup template in current or parent template.
Using WordPress ‘get_comments_pagination_arrow()’ PHP function Written by Adrian Gordon WordPress Helper function that returns the proper pagination arrow HTML for CommentsPaginationNext and CommentsPaginationPrevious blocks based on the provided paginationArrow from CommentsPagination context.