Controller::action_register_elementor_controls()
Registers controls for Elementor.
Source
File: src/Events/Integrations/Plugins/Elementor/Controller.php
public function action_register_elementor_controls(): void {
$this->container->make( Controls_Manager::class )->register();
}
Changelog
| Version | Description |
|---|---|
| 6.4.0 | Introduced. |