Provider::load_conditionals()

Contents


Return

(bool) Whether or not integrations should load.


Top ↑

Source

File: src/Events/Integrations/Plugins/Elementor/Provider.php

	public function load_conditionals(): bool {
		return defined( 'ELEMENTOR_PATH' ) && ! empty( ELEMENTOR_PATH );
	}