apply_filters( 'lifterlms_resume_quiz_button_text', string $button_text , LLMS_Quiz $quiz , LLMS_Lesson $lesson )
Filters the quiz resume button text.
Parameters Parameters
- $button_text
-
(string) The resume quiz button text.
- $quiz
-
(LLMS_Quiz) The current quiz instance.
- $lesson
-
(LLMS_Lesson) The parent lesson instance.
Source Source
Changelog Changelog
| Version | Description |
|---|---|
| 7.8.0 | Introduced. |