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

Astra_PB_Compatibility::get_instance()

Initiator


Description


Source

File: inc/theme-update/class-astra-pb-compatibility.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.