Astra_After_Setup_Theme::get_instance()

Initiator


Description


Return

(object)


Source

File: inc/class-astra-after-setup-theme.php

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

Changelog

Changelog
Version Description
1.0.0 Introduced.


User Contributed Notes

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