LLMS_REST_Admin_Settings::__construct()

Constructor.


Return Return

(void)


Top ↑

Source Source

File: libraries/lifterlms-rest/includes/admin/class-llms-rest-admin-settings.php

27
28
29
30
31
public function __construct() {
 
    add_filter( 'lifterlms_get_settings_pages', array( $this, 'add_pages' ) );
 
}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0-beta.1 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.