Astra_Addon_Builder_Helper::get_instance()

Initiator


Description


Source

File: classes/builder/class-astra-addon-builder-helper.php

	public static function get_instance() {

		if ( is_null( self::$instance ) ) {
			self::$instance = new self();
		}

		return self::$instance;
	}

Changelog

Changelog
Version Description
3.0.0 Introduced.


User Contributed Notes

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