apply_filters( 'learndash_quiz_row_classes', array $classes , array $quiz , string $context )
Filters quiz row CSS classes.
Description Description
Parameters Parameters
- $classes
-
Array of CSS classes with keys wrapper, preview, and anchor.
- $quiz
-
The quiz array
- $context
-
The context where the quiz is being shown.
Source Source
File: themes/ld30/includes/helpers.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |