Filter: mc_insert_recurring

apply_filters( 'mc_insert_recurring', $insert, $data, $id, $context ) → {bool}

Short circuit inserting a recurring event. Return true if event should not be inserted.

Parameters:
Name Type Description
$insert bool

True to skip inserting.

$data array

Event date info.

$id int

Event ID.

$context string

Type of recurring event.

Source:
Returns:
Type
bool