Skip to content

mc_event_future

Joe Dolson edited this page May 15, 2026 · 5 revisions

Execute action before an event will occur.

Auto-generated Example

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

Parameters

  • {object} $object Event object.

Files

do_action( 'mc_event_future', $event )

← All Hooks

Clone this wiki locally