LLMS_Shortcodes_Blocks::instance()
Get instance of the class.
Return Return
(self)
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;
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 7.2.0 | Introduced. |