From 18f0dc57d36a0af370f07cbd14d76be75256e9f5 Mon Sep 17 00:00:00 2001 From: Ruben Ramirez Date: Thu, 3 Apr 2025 18:46:19 -0500 Subject: [PATCH] Removed extra PHP closing tags --- quiztech-assessment-platform.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/quiztech-assessment-platform.php b/quiztech-assessment-platform.php index 5802262..48018a0 100644 --- a/quiztech-assessment-platform.php +++ b/quiztech-assessment-platform.php @@ -140,6 +140,3 @@ function quiztech_init() { // e.g., Shortcode handlers etc. } add_action( 'plugins_loaded', 'quiztech_init' ); - -?> -?> \ No newline at end of file