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

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Solved] Hook for Flagging SPAM

3 Posts
2 Users
0 Reactions
990 Views
Posts: 47
Topic starter
(@aaronmckeon)
Trusted Member
Joined: 4 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: 8075
 Asti
Support
(@asti)
Illustrious Member
Joined: 8 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: 4 years ago

Trusted Member
Posts: 47

@asti Thank you so much!

Share: