Skip to content

mc_mass_{$action}

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

Dynamic action executed when a group of events is bulk modified.

Auto-generated Example

add_action(
   'mc_mass_*',
    function( array $ids = null ) {
        // Your code here.
    }
);

Parameters

  • array $ids Array of event IDs being handled.

Files

do_action( 'mc_mass_' . $action . '_events', $ids )

← All Hooks

Clone this wiki locally