LLMS_Shortcodes_Blocks::instance()

Get instance of the class.


Return Return

(self)


Top ↑

Source Source

File: includes/shortcodes/class.llms.shortcodes.blocks.php

	public static function instance(): LLMS_Shortcodes_Blocks {
		if ( ! isset( self::$instance ) ) {
			self::$instance = new LLMS_Shortcodes_Blocks();
		}
		return self::$instance;
	}


Top ↑

Changelog Changelog

Changelog
Version Description
7.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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