The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Hook for Flagging S...
 
Share:
Notifications
Clear all

[Solved] Hook for Flagging SPAM

3 Posts
2 Users
0 Likes
548 Views
Posts: 47
Topic starter
(@aaronmckeon)
Trusted Member
Joined: 3 years ago

Can you tell me if there is a hook I can use that is fired when a comment is marked as SPAM?  I need this to trigger some additional custom action on the website for further combating SPAM.  Thanks.

-- Aaron

2 Replies
Asti
Posts: 7123
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

@aaronmckeon,

You can use this one: 

add_action( 'spammed_comment', 'my_function', 10, 2 );
function my_function($comment_ID, $comment) {
    // do whatever
}
1 Reply
(@aaronmckeon)
Joined: 3 years ago

Trusted Member
Posts: 47

@asti Thank you so much!

Share: