Steps to Apply
Steps to Apply
Steps to Apply
Steps to Apply
Steps to Apply
Admissions

$ed_school_includes = array(
'lib/supplement.php',
'lib/utils.php',
'lib/entry-meta.php',
'lib/integrations/layout-blocks.php',
'lib/integrations/wp-bakery/functions.php',
'lib/extras.php',
'lib/css-classes.php',
'lib/init.php',
'lib/config.php',
'lib/activate-plugins.php',
'lib/titles.php',
'lib/cleanup.php',
'lib/comments.php',
'lib/scripts.php',
'lib/class-mobile-menu-walker.php',
'lib/integrations/metaboxes.php',
'lib/integrations/redux/redux-settings.php',
'lib/integrations/redux/options.php',
);
foreach ($ed_school_includes as $file) {
$filepath = get_template_directory() . '/' . $file;
if (file_exists($filepath)) {
require_once $filepath;
} else {
echo "Missing: " . $file . "
";
}
}