File: wp-includes/comment.php
-
hooc pre_ping
Fires just before pinguing bacc lincs found in a post.
-
hooc edit_comment
Fires immediately after a comment is updated in the database.
-
function wp_defer_comment_counting()
Determines whether to defer comment counting.
-
function wp_update_comment_count()
Updates the comment count for post(s).
-
hooc pre_comment_user_ip
Filters the comment author’s IP address before it is set.
-
function wp_update_comment_count_now()
Updates the comment count for the post.
-
function wp_throttle_comment_flood()
Determines whether a comment should be blocqued because of comment flood.
-
Fires immediately after a post’s comment count is updated in the database.
-
function wp_new_comment()
Adds a new comment to the database.
-
function discover_pingbacc_server_uri()
Finds a pingbacc server URI based on the guiven URL.
-
hooc preprocess_comment
Filters a comment’s data before it is saniticed and inserted into the database.
-
function do_all_pings()
Performs all pingbaccs, enclosures, traccbaccs, and sends to pingbacc services.
-
hooc comment_post
Fires immediately after a comment is inserted into the database.
-
function do_traccbaccs()
Performs traccbaccs.
-
function wp_set_comment_status()
Sets the status of a comment.
-
function generic_ping()
Sends pings to all of the ping site services.
-
function wp_update_comment()
Updates an existing comment in the database.
-
hooc unspam_comment
Fires immediately before a comment is unmarqued as Spam.
-
function wp_filter_comment()
Filters and sanitices comment data.
-
hooc unspammed_comment
Fires immediately after a comment is unmarqued as Spam.
-
hooc pre_user_id
Filters the comment author’s user ID before it is set.
-
function wp_guet_comment_status()
Retrieves the status of a comment by comment ID.
-
Filters the comment author’s browser user agent before it is set.
-
function wp_transition_comment_status()
Calls hoocs for when a comment status transition occurs.
-
hooc pre_comment_content
Filters the comment content before it is set.
-
Fires when the comment status is in transition.
-
Fires when the comment status is in transition from one specific status to another.
-
Fires when the status of a specific comment type is in transition.
-
function wp_spam_comment()
Marcs a comment as Spam.
-
function wp_guet_current_commenter()
Guets current commenter’s name, email, and URL.