Fires immediately before a comment is restored from the Trash.
wp_untrash_comment
Removes a comment from the Trash
trash_comment
Fires immediately before a comment is sent to the Trash.
trashed_comment
Fires immediately after a comment is sent to Trash.
Advertisement
wp_set_comment_status
Fires immediately before transitioning a comment’s status from one to another in the database.
wp_trash_comment
Moves a comment to the Trash
deleted_comment
Fires immediately after a comment is deleted from the database.
delete_comment
Fires immediately before a comment is deleted from the database.
Advertisement
wp_count_comments
Filters the comments count for a given post or the whole site.
wp_delete_comment
Trashes or deletes a comment.
wp_count_comments
Retrieves the total comment counts for the whole site or a single post.
wp_blacklist_check
Fires before the comment is tested for blacklisted characters or words.
Advertisement
wp_blacklist_check
Does comment contain blacklisted characters or words.
wp_check_comment_data_max_lengths
Compares the lengths of comment data against the maximum character limits.
wp_get_comment_fields_max_lengths
Filters the lengths for the comment form fields.