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