apply_filters( 'llms_admin_report_show_lesson_action_button', bool $show_button , LLMS_Lesson $lesson , LLMS_Student $student )
Filters whether the lesson action (mark complete/incomplete) button should display in the admin student course reporting table.
Parameters Parameters
- $show_button
-
(bool) Whether to show the button.
- $lesson
-
(LLMS_Lesson) Lesson instance.
- $student
-
(LLMS_Student) Student being reported on.
Source Source
File: includes/admin/reporting/tables/llms.table.student.course.php
Changelog Changelog
| Version | Description |
|---|---|
| 10.0.0 | Introduced. |