New and updated in 4.4.0
-
functionget_comment_author()
Retrieves the author of the current comment.
-
functioncomment_author()
Displays the author of the current comment.
-
functionget_comment_author_email()
Retrieves the email of the author of the current comment.
-
functioncomment_author_email()
Displays the email of the author of the current global $comment.
-
functionget_comment_author_link()
Retrieves the HTML link to the URL of the author of the current comment.
-
functioncomment_author_link()
Displays the HTML link to the URL of the author of the current comment.
-
functionget_comment_author_IP()
Retrieves the IP address of the author of the current comment.
-
functioncomment_author_IP()
Displays the IP address of the author of the current comment.
-
functionget_comment_author_url()
Retrieves the URL of the author of the current comment, not linked.
-
functionupdate_comment_cache()
Updates the comment cache of given comments.
-
functionwp_insert_comment()
Inserts a comment into the database.