Zapier_Provider::is_active()

Returns whether the event status should register, thus activate, or not.


Return

(bool) Whether the event status should register or not.


Top ↑

Source

File: src/Tribe/Integrations/Event_Automator/Zapier_Provider.php

	public static function is_active() {
		return \TEC\Event_Automator\Zapier\Zapier_Provider::is_active();
	}

Top ↑

Changelog

Changelog
Version Description
7.0.0 Introduced.