Removes a comment from the Spam
spammed_comment
Fires immediately after a comment is marked as Spam.
spam_comment
Fires immediately before a comment is marked as Spam.
wp_spam_comment
Marks a comment as Spam
Advertisement
untrashed_comment
Fires immediately after a comment is restored from the Trash.
untrash_comment
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.
Advertisement
trashed_comment
Fires immediately after a comment is sent to Trash.
wp_trash_comment
Moves a comment to the Trash
deleted_comment
Fires immediately after a comment is deleted from the database.
update_comment_meta
Update comment meta field based on comment ID.
Advertisement
get_comment_meta
Retrieve comment meta field for a comment.
delete_comment_meta
Remove metadata matching criteria from a comment.
add_comment_meta
Add meta data field to a comment.