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