LLMS_Processors::instance()

Main instance


Description Description


Return Return

(LLMS_Processors)


Top ↑

Source Source

File: includes/processors/class.llms.processors.php

	public static function instance() {
		if ( is_null( self::$_instance ) ) {
			self::$_instance = new self();
		}
		return self::$_instance;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.15.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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





Permalink: