Power_Automate_Provider::register()
Binds and sets up implementations.
Source
File: src/Tribe/Integrations/Event_Automator/Power_Automate_Provider.php
public function register() {
if ( ! self::is_active() ) {
return;
}
$this->add_actions();
$this->add_filters();
}
Changelog
| Version | Description |
|---|---|
| 6.0.3 | Introduced. |