apply_filters( 'llms_sd_my_grades_table_content', string $html , string $id , LLMS_Lesson $lesson , LLMS_Student $student , array $restrictions )
Filters the HTML returned by llms_sd_my_grades_table_content().
Parameters Parameters
- $html
-
(string) The cell HTML.
- $id
-
(string) Key of the table cell.
- $lesson
- $student
- $restrictions
-
(array) Restriction data from
llms_page_restricted()
.
Source Source
File: includes/functions/llms.functions.templates.dashboard.php
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |