New and updated in 1.5.0
-
functionget_comment_author_url()
Retrieves the URL of the author of the current comment, not linked.
-
functionget_comment_author()
Retrieves the author of the current comment.
-
Filters the returned comment author name.
-
functionget_comment_author_email()
Retrieves the email of the author of the current comment.
-
Filters the comment author’s returned email address.
-
functionget_comment_author_link()
Retrieves the HTML link to the URL of the author of the current comment.
-
functionwp_new_comment()
Adds a new comment to the database.
-
Filters a comment’s data before it is sanitized and inserted into the database.
-
hookcomment_save_pre
Filters the comment content before it is updated in the database.
-
functiondiscover_pingback_server_uri()
Finds a pingback server URI based on the given URL.
-
functiondo_trackbacks()
Performs trackbacks.
-
Filters the comment author’s IP address before it is set.
-
hookpre_user_id
Filters the comment author’s user ID before it is set.
-
Filters the comment author’s browser user agent before it is set.
-
Filters the comment content before it is set.
-
Fires before the comment flood message is triggered.
-
functionwp_blacklist_check()
Does comment contain disallowed characters or words.
-
Fires before the comment is tested for disallowed characters or words.
-
functionget_lastcommentmodified()
Retrieves the date the last comment was modified.
-
Filters the comment author’s name cookie before it is set.
-
Filters the comment author’s email cookie before it is set.
-
Filters the comment author’s URL cookie before it is set.