includes(); return self::$_instance; } /** * Include required core files used in admin and on the frontend. */ public function includes() { include_once AGENCY_ECOMMERCE_THEME_DIR . 'core/hooks/class-agency-ecommerce-head-hooks.php'; include_once AGENCY_ECOMMERCE_THEME_DIR . 'core/hooks/class-agency-ecommerce-top-header-hooks.php'; include_once AGENCY_ECOMMERCE_THEME_DIR . 'core/hooks/class-agency-ecommerce-mid-header-hooks.php'; include_once AGENCY_ECOMMERCE_THEME_DIR . 'core/hooks/class-agency-ecommerce-bottom-header-hooks.php'; include_once AGENCY_ECOMMERCE_THEME_DIR . 'core/hooks/class-agency-ecommerce-woocommerce-hooks.php'; include_once AGENCY_ECOMMERCE_THEME_DIR . 'core/hooks/class-agency-ecommerce-miscellaneous-hooks.php'; } } Agency_Ecommerce_Hooks::instance();