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.


Top ↑

Source Source

File: includes/admin/reporting/tables/llms.table.student.course.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
10.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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