LLMS_Student_Dashboard::is_endpoint_enabled( string $endpoint )
Determine if an endpoint is disabled If the custom endpoint option is an empty string (blank) the settings define the endpoint as disabled
Parameters Parameters
- $endpoint
-
(string) (Required) endpoint slug (eg: my-courses)
Return Return
(bool)
Source Source
File: includes/class.llms.student.dashboard.php
270 271 272 273 274 275 276 277 278 279 | 'title' => $data [ 'title' ], ); } return apply_filters( 'llms_get_student_dashboard_tabs_for_nav' , $tabs ); } /** |
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.19.0 | Introduced. |