Skip to content

mc_do_bulk_actions

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

Execute custom bulk actions.

Auto-generated Example

add_action(
   'mc_do_bulk_actions',
    function(
        string $action,
        array $ids
    ) {
        // Your code here.
    },
    10,
    2
);

Parameters

  • string $action Declared action.
  • array $ids Array of event IDs being requested.

Files

do_action( 'mc_do_bulk_actions', $action, $ids )

← All Hooks

Clone this wiki locally