HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux WebLive 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/wpmuhibbah_err/wp-content/themes/goodwish/theme-includes.php
<?php

//define constants
define('EDGE_ROOT', get_template_directory_uri());
define('EDGE_ROOT_DIR', get_template_directory());
define('EDGE_ASSETS_ROOT', get_template_directory_uri().'/assets');
define('EDGE_ASSETS_ROOT_DIR', get_template_directory().'/assets');
define('EDGE_FRAMEWORK_ROOT', get_template_directory_uri().'/framework');
define('EDGE_FRAMEWORK_ROOT_DIR', get_template_directory().'/framework');
define('EDGE_FRAMEWORK_MODULES_ROOT', get_template_directory_uri().'/framework/modules');
define('EDGE_FRAMEWORK_MODULES_ROOT_DIR', get_template_directory().'/framework/modules');
define('EDGE_THEME_ENV', 'dev');
define('EDGE_PROFILE_SLUG', 'edge');
define('EDGE_FRAMEWORK_ADMIN_ASSETS_ROOT', EDGE_ROOT . '/framework/admin/assets');

//include necessary files
include_once EDGE_ROOT_DIR.'/framework/edgt-framework.php';
include_once EDGE_ROOT_DIR.'/includes/nav-menu/edgt-menu.php';
include_once EDGE_ROOT_DIR.'/includes/sidebar/edgt-custom-sidebar.php';
include_once EDGE_ROOT_DIR.'/includes/edgtf-related-posts.php';
include_once EDGE_ROOT_DIR.'/includes/edgt-options-helper-functions.php';
include_once EDGE_ROOT_DIR.'/includes/sidebar/sidebar.php';
require_once EDGE_ROOT_DIR.'/includes/plugins/class-tgm-plugin-activation.php';
include_once EDGE_ROOT_DIR.'/includes/plugins/plugins-activation.php';
include_once EDGE_ROOT_DIR.'/assets/custom-styles/general-custom-styles.php';
include_once EDGE_ROOT_DIR.'/assets/custom-styles/general-custom-styles-responsive.php';

if(!is_admin()) {
    include_once EDGE_ROOT_DIR.'/includes/edgt-body-class-functions.php';
    include_once EDGE_ROOT_DIR.'/includes/edgt-loading-spinners.php';
}