8889841ciec.clix.co.tz/wp-content/plugins/the-events-calendar/src/admin-views/aggregator/origins/csv.php 0000644 00000011512 15052200670 0031525 0 ustar 00 home/clixcotz label = __( 'Content Type:', 'the-events-calendar' );
$field->placeholder = __( 'Select Content Type', 'the-events-calendar' );
$field->help = __( 'Specify the type of content you wish to import, e.g. events.', 'the-events-calendar' );
$field->help .= '
';
$field->help .= __( 'For the best results, import venue and organizer files before importing event files.', 'the-events-calendar' );
$field->source = 'csv_content_type';
$csv_record = Tribe__Events__Aggregator__Records::instance()->get_by_origin( 'csv' );
$post_types = $csv_record->get_import_post_types();
$main = Tribe__Events__Main::instance();
?>