Skip to content

mc_delete_event_instance

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

Action run when a single date of an event is deleted.

Auto-generated Example

add_action(
   'mc_delete_event_instance',
    function(
        int $event_id,
        int $post_id,
        int $event_in
    ) {
        // Your code here.
    },
    10,
    3
);

Parameters

  • int $event_id Event ID.
  • int $post_id Post ID.
  • int $event_in Event instance ID.

Files

do_action( 'mc_delete_event_instance', $event_id, $post_id, $event_in )

← All Hooks

Clone this wiki locally