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_link()’ PHP function Written by Adrian Gordon WordPress Retrieves the HTML link of the URL of the author of the current comment.
Using WordPress ‘find_core_update()’ PHP function Written by Adrian Gordon WordPress The `find_core_update()` function in WordPress retrieves information about available updates for the WordPress core
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_email_link()’ PHP function Written by Adrian Gordon WordPress Returns the HTML email link to the author of the current comment.