llms_sd_my_grades_table_content( string $id, LLMS_Lesson $lesson, LLMS_Student $student, array $restrictions )
Output content for a single cell on the student single course grades table
Description Description
Parameters Parameters
- $id
-
(Required) Key of the table cell.
- $lesson
-
(Required) LLMS_Lesson.
- $student
-
(Required) LLMS_Student.
- $restrictions
-
(Required) Restriction data from
llms_page_restricted()
.
Return Return
(void)
Source Source
File: includes/functions/llms.functions.templates.dashboard.php
Changelog Changelog
Version | Description |
---|---|
3.24.0 | Introduced. |