Controller::is_elementor_pro_active()
Checks if Elementor Pro is active.
For registering controllers, etc, use register_on_action( ‘elementor_pro/init’ )
Return
(bool)
Source
File: src/Events/Integrations/Plugins/Elementor/Controller.php
public function is_elementor_pro_active(): bool {
return defined( 'ELEMENTOR_PRO_VERSION' );
}
Changelog
| Version | Description |
|---|---|
| 6.4.0 | Introduced. |