LLMS_Grades::instance()
Get Main Singleton Instance
Description Description
Return Return
Source Source
File: includes/class-llms-grades.php
public static function instance() { if ( is_null( self::$_instance ) ) { self::$_instance = new self(); } return self::$_instance; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.24.0 | Introduced. |