Fires when the comment status is in transition.
unspammed_comment
Fires immediately after a comment is unmarked as Spam.
unspam_comment
Fires immediately before a comment is unmarked as Spam.
spammed_comment
Fires immediately after a comment is marked as Spam.
Advertisement
spam_comment
Fires immediately before a comment is marked as Spam.
untrashed_comment
Fires immediately after a comment is restored from the Trash.
untrash_comment
Fires immediately before a comment is restored from the Trash.
trashed_comment
Fires immediately after a comment is sent to Trash.
Advertisement
trash_comment
Fires immediately before a comment is sent to the Trash.
wp_set_comment_status
Fires immediately before transitioning a comment’s status from one to another in the database.
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_blacklist_check
Fires before the comment is tested for blacklisted characters or words.
wp_get_comment_fields_max_lengths
Filters the lengths for the comment form fields.