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

(LLMS_Lesson) LLMS_Lesson.

$student

(LLMS_Student) LLMS_Student.

$restrictions

(array) Restriction data from llms_page_restricted().


Top ↑

Source Source

File: includes/functions/llms.functions.templates.dashboard.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
6.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.