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

Astra_Builder_Base_Dynamic_CSS::get_instance()

Initiator


Description


Source

File: inc/builder/type/class-astra-builder-base-dynamic-css.php

		public static function get_instance() {

			if ( is_null( 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.