Skip to content

Commit

Permalink
Added new filter for advance timere hour and minute option
Browse files Browse the repository at this point in the history
  • Loading branch information
etchirag committed Mar 26, 2024
1 parent 8c151ee commit 79a75b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions php/classes/class-qmn-quiz-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -908,6 +908,7 @@ public function display_quiz( $options, $quiz_data, $question_amount, $shortcode
global $qmn_allowed_visit;
global $mlwQuizMasterNext;
echo apply_filters( 'qmn_begin_quiz', '', $options, $quiz_data );
$options = apply_filters( 'qmn_begin_quiz_options', $options, $quiz_data );
if ( ! $qmn_allowed_visit ) {
return;
}
Expand Down

0 comments on commit 79a75b8

Please sign in to comment.