mc_mass_{$action} - joedolson/my-calendar GitHub Wiki
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$idsArray of event IDs being handled.
Files
do_action( 'mc_mass_' . $action . '_events', $ids )