From b4799adf515c59722608347352381b57b84a99d6 Mon Sep 17 00:00:00 2001 From: Ruben Ramirez Date: Thu, 3 Apr 2025 18:24:14 -0500 Subject: [PATCH] Updated required files to include non-class-based files --- quiztech-assessment-platform.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/quiztech-assessment-platform.php b/quiztech-assessment-platform.php index 34421aa..bbec7f0 100644 --- a/quiztech-assessment-platform.php +++ b/quiztech-assessment-platform.php @@ -32,6 +32,13 @@ if ( ! \defined( 'WPINC' ) ) { */ require_once __DIR__ . '/vendor/autoload.php'; +/** + * Load necessary procedural files not handled by PSR-4 autoloading. + */ +require_once QUIZTECH_PLUGIN_DIR . 'src/Includes/roles.php'; +require_once QUIZTECH_PLUGIN_DIR . 'src/Includes/post-types.php'; +require_once QUIZTECH_PLUGIN_DIR . 'src/Includes/taxonomies.php'; + /** * Load plugin dependencies. (Now handled by autoloading) */