| Server IP : 51.79.230.26 / Your IP : 216.73.217.128 Web Server : LiteSpeed System : Linux sg2.exonhost.com 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64 User : mukutpub ( 1151) PHP Version : 8.2.33 Disable Function : eval, show_source, system, shell_exec, passthru, exec, popen, proc_open, allow_url_fopen, symlink, mail MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/mukutpub/joldhi.com/wp-content/themes/di-ecommerce/inc/ |
Upload File : |
<?php
/**
* Bootstrap the theme.
*
* @package Di eCommerce
*/
// Add class Di_eCommerce_Engine, responsible for setup, styles, scripts, sidebar registration.
require_once get_template_directory() . '/inc/core/class-di-ecommerce-engine.php';
// Add inline css in front head.
require_once get_template_directory() . '/inc/core/inline-css.php';
// Social custom widget addition.
require_once get_template_directory() . '/inc/core/custom-widget-social.php';
// Custom widget recent posts with thumb addition.
require_once get_template_directory() . '/inc/core/custom-widget-recent-posts-thumb.php';
// Action and filter addition.
require_once get_template_directory() . '/inc/core/action-filters.php';
// Individual functions addition.
require_once get_template_directory() . '/inc/core/individual-functions.php';
// Navwalker.
require_once get_template_directory() . '/inc/core/navwalker.php';
// Customize / partial refresh handle.
require_once get_template_directory() . '/inc/core/customize.php';
// Tgm class.
require_once get_template_directory() . '/inc/tgm/class-tgm-plugin-activation.php';
// Tgm options.
require get_template_directory() . '/inc/tgm/tgm-options.php';
// Include kirki plugin files if it is not activated.
if ( ! class_exists( 'Kirki' ) ) {
require get_template_directory() . '/inc/kirki/kirki/kirki.php';
}
// kirki-options.php file contain translation ready text so should be load at init or later otherwise throw PHP Notice.
add_action( 'init', function() {
// Include the kirki options file.
require get_template_directory() . '/inc/kirki/kirki-options.php';
} );
// Include page metabox options file.
require get_template_directory() . '/inc/core/page-metabox.php';
// Include post metabox file.
require get_template_directory() . '/inc/core/post-metabox.php';
// Include custom woocommerce file.
require get_template_directory() . '/inc/core/custom-woocommerce.php';
// Theme page.
require get_template_directory() . '/inc/core/theme-page.php';
// Admin notice.
require get_template_directory() . '/inc/core/class-di-ecommerce-admin-notice.php';
/*
* DO NOT edit any code of theme, use child theme instead
*/