mc_event_future - joedolson/my-calendar GitHub Wiki
Execute action before an event will occur.
Auto-generated Example
add_action(
'mc_event_future',
function( object $object ) {
// Your code here.
}
);
Parameters
object$objectEvent object.
Files
do_action( 'mc_event_future', $event )