LLMS_REST_Admin_Settings::__construct()
Constructor.
Contents
Return Return
(void)
Source Source
File: libraries/lifterlms-rest/includes/admin/class-llms-rest-admin-settings.php
public function __construct() {
add_filter( 'lifterlms_get_settings_pages', array( $this, 'add_pages' ) );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0-beta.1 | Introduced. |