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.
Source
File: src/Tribe/Integrations/Event_Automator/Zapier_Provider.php
public static function is_active() {
return \TEC\Event_Automator\Zapier\Zapier_Provider::is_active();
}
Changelog
| Version | Description |
|---|---|
| 7.0.0 | Introduced. |