Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
LLMS_Table_Quizzes::get_actions_html( LLMS_Quiz $quiz )
Get HTML for buttons in the actions cell of the table
Description Description
Parameters Parameters
- $quiz
-
(Required) Quiz object.
Return Return
(string)
Source Source
File: includes/admin/reporting/tables/llms.table.quizzes.php
Changelog Changelog
Version | Description |
---|---|
4.2.0 | Added a deep check on whether the quiz is associated to a lesson. |
3.37.8 | Introduced. |