astra_is_elemetor_active()

Check if elementor plugin is active on the site.


Description


Return

(bool)


Source

File: inc/extras.php

function astra_is_elemetor_active() {
	return class_exists( '\Elementor\Plugin' );
}

Changelog

Changelog
Version Description
3.7.0 Introduced.


User Contributed Notes

You must log in before being able to contribute a note or feedback.