Get unapproved comment author’s email.
wp_get_current_commenter
Get current commenter’s name, email, and URL.
_clear_modified_cache_on_transition_comment_status
Clear the lastcommentmodified cached value when a comment status is changed.
comment_{$new_status}_{$comment->comment_type}
Fires when the status of a specific comment type is in transition.
Advertisement
comment_{$old_status}_to_{$new_status}
Fires when the comment status is in transition from one specific status to another.
transition_comment_status
Fires when the comment status is in transition.
wp_transition_comment_status
Call hooks for when a comment status transition occurs.
wp_get_comment_status
The status of a comment by ID.
Advertisement
unspammed_comment
Fires immediately after a comment is unmarked as Spam.
unspam_comment
Fires immediately before a comment is unmarked as Spam.
wp_unspam_comment
Removes a comment from the Spam
spammed_comment
Fires immediately after a comment is marked as Spam.
Advertisement
spam_comment
Fires immediately before a comment is marked as Spam.
wp_spam_comment
Marks a comment as Spam
untrashed_comment
Fires immediately after a comment is restored from the Trash.