From 9c8d59229540e80479d8ddbc0452583184de828f Mon Sep 17 00:00:00 2001 From: Ruben Ramirez Date: Fri, 4 Apr 2025 02:47:42 -0500 Subject: [PATCH] More Stripe Troubleshooting --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 70470d8..9e998dd 100644 --- a/functions.php +++ b/functions.php @@ -481,4 +481,4 @@ function 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)