Controller::load_conditionals()
{@inheritDoc}
Return
(bool) Whether integrations should load.
Source
File: src/Events/Integrations/Plugins/Elementor/Controller.php
public function load_conditionals(): bool {
return defined( 'ELEMENTOR_PATH' ) && ! empty( ELEMENTOR_PATH );
}
Changelog
| Version | Description |
|---|---|
| 6.4.0 | Introduced. |