Provider::load_conditionals()
Return
(bool) Whether or not integrations should load.
Source
File: src/Events/Integrations/Plugins/Elementor/Provider.php
public function load_conditionals(): bool {
return defined( 'ELEMENTOR_PATH' ) && ! empty( ELEMENTOR_PATH );
}