learndash_quiz_row_classes( array $quiz = null, string $context = 'course' )
Outputs the quiz row CSS classes.
Description #
Parameters #
- $quiz
-
(array) (Optional) The quiz details array.
Default value: null
- $context
-
(string) (Optional) The context where quiz is shown.
Default value: 'course'
Return #
(array{wrapper:) string, preview: string, anchor: string} Quiz row CSS classes.
Source #
Changelog #
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |