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.


Top ↑

Parameters Parameters

$lesson

(LLMS_Lesson) LLMS_Lesson instance.

$student

(LLMS_Student) LLMS_Student instance.

$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
unknown Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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