Controller::is_elementor_pro_active()

Checks if Elementor Pro is active.

For registering controllers, etc, use register_on_action( ‘elementor_pro/init’ )


Return

(bool)


Top ↑

Source

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

	public function is_elementor_pro_active(): bool {
		return defined( 'ELEMENTOR_PRO_VERSION' );
	}

Top ↑

Changelog

Changelog
Version Description
6.4.0 Introduced.