Service_Provider::action_register_elementor_controls()
Registers controls for Elementor.
Source
File: src/Tribe/Integrations/Elementor/Service_Provider.php
public function action_register_elementor_controls() {
return $this->container->make( Controls_Manager::class )->register();
}
Changelog
| Version | Description |
|---|---|
| 5.4.0 | Introduced. |