Astra_Ext_Sticky_Header_Markup::get_instance()

Initiator


Description


Source

File: addons/sticky-header/classes/class-astra-ext-sticky-header-markup.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.