Skip to content

Commit

Permalink
added hook for payment integration
Browse files Browse the repository at this point in the history
  • Loading branch information
etchirag committed May 31, 2024
1 parent 64fd86a commit 7ecd684
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 @@ -1142,6 +1142,7 @@ public function display_pages( $options, $quiz_data ) {
</div>
<?php
}
do_action( 'qsm_after_welcome_page', $options, $quiz_data, 'single' );
foreach ( $pages[0] as $question_id ) {
$question_list .= $question_id . 'Q';
$question = $questions[ $question_id ];
Expand Down

0 comments on commit 7ecd684

Please sign in to comment.