More Stripe Troubleshooting
This commit is contained in:
parent
6fb79da0e1
commit
9c8d592295
1 changed files with 1 additions and 1 deletions
|
|
@ -481,4 +481,4 @@ function quiztech_ajax_save_question() {
|
||||||
}
|
}
|
||||||
add_action( 'wp_ajax_quiztech_save_question', 'quiztech_ajax_save_question' );
|
add_action( 'wp_ajax_quiztech_save_question', 'quiztech_ajax_save_question' );
|
||||||
|
|
||||||
add_action( 'template_redirect', 'quiztech_handle_credit_purchase_submission' ); // Hook into template_redirect
|
add_action( 'template_redirect', 'quiztech_handle_credit_purchase_submission', 1 ); // Hook earlier (priority 1)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue