LLMS_Integrations::instance()

Instance Singleton Generator


Description Description


Return Return

(obj)


Top ↑

Source Source

File: includes/class.llms.integrations.php

	public static function instance() {

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

		return self::$_instance;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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





Permalink: