apply_filters( 'lifterlms_begin_quiz_button_text', string $button_text , LLMS_Quiz $quiz , LLMS_Lesson $lesson )
Filters the quiz button text
Contents
Parameters Parameters
- $button_text
-
(string) The start quiz button text.
- $quiz
-
(LLMS_Quiz) The current quiz instance.
- $lesson
-
(LLMS_Lesson) The parent lesson instance.