Skip to content

mc_event_object

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

Customize the My Calendar event object.

Auto-generated Example

add_filter(
   'mc_event_object',
    function( {object} $object ) {
        // Your code here.
        return $object;
    }
);

Parameters

  • {object} $object A My Calendar event.

Returns

{object}

Files

apply_filters( 'mc_event_object', $event )

← All Hooks

Clone this wiki locally