![]() Server : Apache/2 System : Linux server-15-235-50-60 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64 User : gositeme ( 1004) PHP Version : 8.2.29 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname Directory : /home/gositeme/domains/gositeme.com/public_html/wp-content/themes/phox/includes/ |
<?php
/**
* Load all Theme files
*
* @package Phox
* @author WHMCSdes
* @link https://whmcsdes.com
*/
/**
* Instantiate Upgrade classes
*/
\Phox\core\Upgrade::getInstance();
if( is_admin() || ( defined('WP_CLI') && WP_CLI ) ){
/* Import Demo */
Phox\import\Demo_Import::instance();
}
/* Wdes Admin */
require_once WDES_INC_DIR . '/core/admin/wdes-admin.php';
//Load Menu
Phox\core\menu\Wdes_Menu_Register_Fields::instance();
Phox\core\menu\Wdes_Nav_Menu::instance();
//Load Elementor
require_once (WDES_INC_DIR .'/elementor/elementor.php');
/* Head Function */
Phox\core\WDES_Head::instance();
/* Helpers */
function x_wdes () {
return Phox\helpers::instance();
}
/* Init */
Phox\core\WDES_Init::instance();
/* Header Function */
function wdes_header(){
return new Phox\core\Wdes_Header();
}
/* Footer Function */
function wdes_footer(){
return new Phox\core\Wdes_Footer();
}
/* Archive Function */
function wdes_archive(){
return new Phox\core\Wdes_Archive();
}
/* Social Details */
new Phox\core\Wdes_Social_Detail();
/* Category options */
Phox\core\Wdes_Category_Options::instance();
/* Hooks */
new Phox\core\Wdes_Hooks;
/* WooCommerce */
if( class_exists( 'WooCommerce' ) ){
new Phox\woocommerce\Wdes_WooCommerce();
new Phox\woocommerce\Wdes_WooCommerce_Template_Hooks();
}
/* Reseller Store */
if( class_exists( 'Reseller_Store\Plugin' ) ){
new Phox\reseller_store\Wdes_Reseller_Store();
new \Phox\reseller_store\Wdes_Reseller_Store_Template_Hooks();
}