do_action( "llms_sd_my_grades_table_content_{$id}", LLMS_Lesson $lesson , LLMS_Student $student , array $restrictions )
Fires after the student dashboard my grades default table cell content output
Description Description
If id id one oare completion_date
, associated_quiz
, overall_grade
. Can be used to display custom table cells.
The dynamic portion of the hook name, $id
, refers to the key of the table cell.
Parameters Parameters
- $lesson
-
(LLMS_Lesson) LLMS_Lesson instance.
- $student
-
(LLMS_Student) LLMS_Student instance.
- $restrictions
-
(array) Restriction data from
llms_page_restricted()
.
Source Source
File: includes/functions/llms.functions.templates.dashboard.php
Changelog Changelog
Version | Description |
---|---|
unknown | Introduced. |