Updated required files to include non-class-based files

This commit is contained in:
Ruben Ramirez 2025-04-03 18:24:14 -05:00
parent 00892b36c9
commit b4799adf51

View file

@ -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)
*/