LLMS_Helper_Install::init()
Initialize the install class
Contents
Return Return
(void)
Source Source
File: libraries/lifterlms-helper/includes/class-llms-helper-install.php
28 29 30 | 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. |