Filter: mcs_publish_imports

apply_filters( 'mcs_publish_imports', $import, $events ) → {bool}

Override status of event to automatically approve publication during imports.

Parameters:
Name Type Description
$import bool

true to import with published status. Default false.

$events array

Array of events being imported in this pull.

Source:
Returns:
Type
bool