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