Filter by type:
Search
Skip to content
Browse: Home / Classes / Astra_Theme_Update / Astra_Theme_Update::get_instance()

Astra_Theme_Update::get_instance()

Initiator


Description


Source

File: inc/theme-update/class-astra-theme-update.php

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

Expand full source code Collapse full source code View on Trac


User Contributed Notes

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