Skip to content

mc_notify_event_spam

github-actions[bot] edited this page Jun 3, 2026 · 4 revisions

Action executed when an event is marked as spam and eemail notifications are enabled.

Auto-generated Example

add_action(
   'mc_notify_event_spam',
    function( object $event ) {
        // Your code here.
    }
);

Parameters

  • object $event Event object.

Files

do_action( 'mc_notify_event_spam', $event )

← All Hooks

Clone this wiki locally