Astra_Ext_Colors_And_Background::get_instance()

Initiator


Description


Source

File: addons/colors-and-background/class-astra-ext-colors-and-background.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.