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 ‘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.
Using WordPress ‘get_comment_author_email()’ PHP function Written by Adrian Gordon WordPress Retrieves the email of 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.