register(); $Autoload->addNamespace('BootstrapBasic4', get_template_directory() . '/inc/classes'); unset($Autoload); // Call to actions/filters of the theme to enable features, register sidebars, enqueue scripts and styles. $BootstrapBasic4 = new \BootstrapBasic4\BootstrapBasic4(); $BootstrapBasic4->addActionsFilters(); unset($BootstrapBasic4); // Call to actions/filters of theme hook to hook into WordPress and make changes to the theme. $Bsb4Hooks = new \BootstrapBasic4\Hooks\Bsb4Hooks(); $Bsb4Hooks->addActionsFilters(); unset($Bsb4Hooks); // Call to actions/filters of theme hook to hook into WordPress widgets. $WidgetHooks = new \BootstrapBasic4\Hooks\WidgetHooks(); $WidgetHooks->addActionsFilters(); unset($WidgetHooks); // Display theme help page for admin. $ThemeHelp = new \BootstrapBasic4\Controller\ThemeHelp(); $ThemeHelp->addActionsFilters(); unset($ThemeHelp);