Power_Automate_Provider::add_endpoints_to_dashboard()
Adds the endpoint to the Power Automate endpoint dashboard filter.
Source
File: src/Tribe/Integrations/Event_Automator/Power_Automate_Provider.php
public function add_endpoints_to_dashboard() {
$this->container->make( New_Events::class )->add_to_dashboard();
$this->container->make( Canceled_Events::class )->add_to_dashboard();
$this->container->make( Updated_Events::class )->add_to_dashboard();
$this->container->make( Create_Events::class )->add_to_dashboard();
}
Changelog
| Version | Description |
|---|---|
| 7.0.3 | Introduced. |