apply_filters( 'lifterlms_begin_quiz_button_text', string $button_text, LLMS_Quiz $quiz, LLMS_Lesson $lesson )

Filters the quiz button text


Parameters Parameters

$button_text

(string) The start quiz button text.

$quiz

(LLMS_Quiz) The current quiz instance.

$lesson

(LLMS_Lesson) The parent lesson instance.


Top ↑

Source Source

File: templates/quiz/start-button.php

View on GitHub


Top ↑

User Contributed Notes User Contributed Notes

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