Astra_Extended_Base_Dynamic_CSS::get_instance()

Initiator


Description


Source

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

		public static function get_instance() {

			/** @psalm-suppress RedundantConditionGivenDocblockType */ // phpcs:ignore Generic.Commenting.DocComment.MissingShort
			if ( is_null( self::$instance ) ) {
				/** @psalm-suppress RedundantConditionGivenDocblockType */ // phpcs:ignore Generic.Commenting.DocComment.MissingShort
				self::$instance = new self();
			}

			return self::$instance;
		}


User Contributed Notes

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