Power_Automate_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/Power_Automate_Provider.php
public static function is_active() {
return \TEC\Event_Automator\Power_Automate\Power_Automate_Provider::is_active();
}
Changelog
| Version | Description |
|---|---|
| 6.0.3 | Introduced. |