Filter: mcs_import_locations

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

Set locations to import to location database. Note: ical data is unstructured, so locations will only import as a location name.

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