Astra_Ext_Mobile_Header::get_instance()

Initiator


Description


Source

File: addons/mobile-header/class-astra-ext-mobile-header.php

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


User Contributed Notes

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