LLMS_Install::check_version()
Checks the current LLMS version and runs installer if required
Return Return
(void)
Source Source
File: includes/class.llms.install.php
public static function check_version() { if ( ! defined( 'IFRAME_REQUEST' ) && get_option( 'lifterlms_current_version' ) !== llms()->version ) { self::install(); do_action( 'lifterlms_updated' ); } }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |