LLMS_Student_Dashboard::get_current_tab( string $return = 'data' )
Retrieve the current tab when on the student dashboard
Description Description
Parameters Parameters
- $return
-
(Optional) type of return, either "data" for an array of data or 'slug' for just the slug
Default value: 'data'
Return Return
(mixed)
Source Source
File: includes/class.llms.student.dashboard.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |