Tribe__Events__Aggregator__Processes__Import_Events::set_transitional_id( string $transitional_id )

Sets the final part meta_key that should be used to store transitional information for this import process.


Parameters

$transitional_id

(string) (Required)


Top ↑

Source

File: src/Tribe/Aggregator/Processes/Import_Events.php

	public function set_transitional_id( $transitional_id ) {
		$this->transitional_id = $transitional_id;
	}

Top ↑

Changelog

Changelog
Version Description
4.6.16 Introduced.