do_action( "llms_sd_my_grades_table_content_{$id}_before", LLMS_Lesson $lesson , LLMS_Student $student , array $restrictions )
Fires before the student dashboard my grades table cell content output
Description Description
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. |