LLMS_Helper_Install::init()
Initialize the install class
Contents
Return Return
(void)
Source Source
File: libraries/lifterlms-helper/includes/class-llms-helper-install.php
public static function init() { add_action( 'admin_init', array( __CLASS__, 'check_version' ), 5 ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.1 | Unknown. |
3.0.0 | Introduced. |