Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save stevygee/51f9822aa873414baa1b137188ceef6f to your computer and use it in GitHub Desktop.
Save stevygee/51f9822aa873414baa1b137188ceef6f to your computer and use it in GitHub Desktop.
The Events Calendar CSV import: Find matching event with same venue by adding this to src\Tribe\Importer\File_Importer_Events.php on line 56.
// ...
// Match venue
$meta_query[] = array(
'key' => '_EventVenueID',
'value' => $this->find_matching_venue_id( $record ),
);
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment