apply_filters( 'tribe_events_importer_set_default_venue_import_values', int $venue_id, array $venue, array )

Allows triggering using the default values set in the admin for imported venues.


Parameters

$venue_id

(int) The ID of the venue we're currently importing.

$venue

(array) The array of venue data we're modifying.

(array) <string,string> $record The event record from the import file. Only contains mapped values. Useful if value and key above don't appear to match what's expected. In the format [ mapped_key => value ].


Top ↑

Source

File: src/Tribe/Importer/File_Importer_Venues.php


Top ↑

Changelog

Changelog
Version Description
5.1.6 Introduced.