Uname: Linux premium294.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
Software: LiteSpeed
PHP version: 8.1.32 [ PHP INFO ] PHP os: Linux
Server Ip: 104.21.112.1
Your Ip: 216.73.216.223
User: mjbynoyq (1574) | Group: mjbynoyq (1570)
Safe Mode: OFF
Disable Function:
NONE

name : functions.php
<?php
/**
 * dustrial functions and definitions
 *
 * @package dustrial
 */
/*------------------------------------------------------------------------------------------------------------------*/
/*	Define
/*------------------------------------------------------------------------------------------------------------------*/

define("DUSTRIAL_CSS", get_template_directory_uri() . '/assets/css/');
define("DUSTRIAL_IMG", get_template_directory_uri() . '/assets/img/');
define("DUSTRIAL_JS", get_template_directory_uri() . '/assets/js/');
define("DUSTRIAL_INC", get_template_directory() . '/inc/');
define("DUSTRIAL_CORE", get_template_directory() . '/inc/core/');

/*------------------------------------------------------------------------------------------------------------------*/
/*	Require file list
/*------------------------------------------------------------------------------------------------------------------*/

require_once DUSTRIAL_CORE .'xtl-bs-themesetup.php';
require_once DUSTRIAL_CORE .'xtl-bs-scripts.php';

/*------------------------------------------------------------------------------------------------------------------*/
/*	Custom functions that act independently of the theme templates.
/*------------------------------------------------------------------------------------------------------------------*/
require_once DUSTRIAL_INC .'extras.php';
require_once DUSTRIAL_INC .'template-tags.php';
require_once DUSTRIAL_INC .'jetpack.php';
require_once DUSTRIAL_INC .'custom-header.php';
require_once DUSTRIAL_INC . 'tgmpa.php';

if( function_exists( 'dustrial_framework_init' ) ) {
    require_once DUSTRIAL_INC . 'custom.php';
}
© 2025 XylotrechusZ