LLMS_Student_Dashboard::add_endpoints( array $endpoints )
Add endpoints to the LLMS_Query class to be automatically registered
Parameters Parameters
- $endpoints
-
(array) (Required) updated array of endpoints
Source Source
File: includes/class.llms.student.dashboard.php
43 44 45 46 47 | public function add_endpoints( $endpoints ) { return array_merge ( $endpoints , $this ->get_endpoints() ); } |
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |