apply_filters( 'llms_quiz_questions_count', int $questions_count , LLMS_Quiz $quiz )
Filter the count of questions in a quiz.
Parameters Parameters
- $questions_count
-
(int) Number of questions in a quiz.
- $quiz
-
(LLMS_Quiz) Current quiz object.
Source Source
Changelog Changelog
| Version | Description |
|---|---|
| 7.4.0 | Introduced. |