Updated required files to include non-class-based files
This commit is contained in:
parent
00892b36c9
commit
b4799adf51
1 changed files with 7 additions and 0 deletions
|
|
@ -32,6 +32,13 @@ if ( ! \defined( 'WPINC' ) ) {
|
||||||
*/
|
*/
|
||||||
require_once __DIR__ . '/vendor/autoload.php';
|
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)
|
* Load plugin dependencies. (Now handled by autoloading)
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue