mc_notify_event_spam - joedolson/my-calendar GitHub Wiki

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