Skip to content

mc_event_expired

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

Execute action once an event is over.

Auto-generated Example

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

Parameters

  • object $object Event object.

Files

do_action( 'mc_event_expired', $event )

← All Hooks

Clone this wiki locally