Tribe__Events__Aggregator__Processes__Import_Events::action()

Returns the async process action name.


Return

(string)


Top ↑

Source

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

	public static function action() {
		return 'ea_import_events';
	}

Top ↑

Changelog

Changelog
Version Description
4.6.16 Introduced.