Astra_UberMenu_Pro::get_instance()

Initiator


Description


Source

File: compatibility/class-astra-ubermenu-pro.php

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

Changelog

Changelog
Version Description
1.1.7 Introduced.


User Contributed Notes

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