Fires immediately before a comment is unmarked as Spam.
Parameters
$comment_id
string- The comment ID as a numeric string.
$comment
WP_Comment- The comment to be unmarked as spam.
Source
do_action( 'unspam_comment', $comment->comment_ID, $comment );
User Contributed Notes
You must log in before being able to contribute a note or feedback.