apply_filters( 'tribe_events_csv_import_organizer_additional_fields', array $additional_organizer_fields )

A filter to allow saving custom data when importing organizers.


Parameters

$additional_organizer_fields

(array) Array where the key is the meta_key to be used and the value is the slug of the column that contains the value to be saved.


Top ↑

Source

File: src/Tribe/Importer/File_Importer_Organizers.php


Top ↑

Changelog

Changelog
Version Description
TBD Introduced.