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

Astra_AMP::get_instance()

Initiator


Description


Source

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


Related

Uses

Uses
Uses Description
inc/compatibility/class-astra-amp.php: Astra_AMP::__construct()

Constructor


User Contributed Notes

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