Power_Automate_Provider::register()

Binds and sets up implementations.

Contents


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();
	}

Top ↑

Changelog

Changelog
Version Description
6.0.3 Introduced.