Astra_Elementor_Pro::get_instance()

Initiator


Description


Return

(object) Class object.


Source

File: inc/compatibility/class-astra-elementor-pro.php

		public static function get_instance() {
			if ( ! isset( self::$instance ) ) {
				self::$instance = new self();
			}
			return self::$instance;
		}

Changelog

Changelog
Version Description
1.2.7 Introduced.


User Contributed Notes

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