lifterlms_template_my_courses_loop( LLMS_Student $student = null, bool $preview = false )
Get course tiles for a student’s courses
Description Description
Parameters Parameters
- $student
-
(Optional) LLMS_Student (current student if none supplied). Default
null
.Default value: null
- $preview
-
(Optional) If true, outputs a short list of courses (based on dashboard_recent_courses filter). Default
false
.Default value: false
Return Return
(void)
Source Source
File: includes/functions/llms.functions.templates.dashboard.php
Changelog Changelog
Version | Description |
---|---|
3.37.15 | Added secondary sorting by post_title when the primary sort is menu_order . |
3.26.3 | Unknown. |
3.14.0 | Introduced. |