Skip to content

mc_event_object

github-actions[bot] edited this page Jun 3, 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