LLMS_Helper_Upgrader::instance()
Main Instance of LLMS_Helper_Upgrader
Return Return
Source Source
File: libraries/lifterlms-helper/includes/class-llms-helper-upgrader.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.0.0 | Introduced. |