LLMS_REST_Capabilities::init()
Static Constructor.
Contents
Return Return
(void)
Source Source
File: libraries/lifterlms-rest/includes/class-llms-rest-capabilities.php
public static function init() {
add_filter( 'llms_get_administrator_core_caps', array( __CLASS__, 'add' ) );
add_filter( 'llms_get_lms_manager_core_caps', array( __CLASS__, 'add' ) );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0-beta.1 | Introduced. |