learndash_quiz_row_classes learndash_quiz_row_classes( array $quiz = null, string $context = 'course' ) Outputs the quiz row CSS classes. ContentsDescription Parameters Return Source Changelog Related Namespace @package 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 # (string) Quiz row CSS class. Source # File: themes/ld30/includes/helpers.php Changelog # Changelog Version Description 3.0.0 Introduced. Related # Namespace # global @package # LearnDash / Templates / LD30