LLMS_REST_Install::init()
Initialize the install class.
Contents
Return Return
(void)
Source Source
File: libraries/lifterlms-rest/includes/class-llms-rest-install.php
public static function init() {
add_action( 'init', array( __CLASS__, 'check_version' ), 5 );
add_filter( 'llms_install_get_schema', array( __CLASS__, 'get_schema' ), 20, 2 );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0-beta.1 | Introduced. |