HEX
Server: LiteSpeed
System: Linux cde2.duelhost.dk 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64
User: dtptviut (1121)
PHP: 8.0.30
Disabled: exec,system,passthru,shell_exec,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/dtptviut/domains/financo.dk/public_html/wp-content/themes/theretailer/functions.php
<?php

// Kirki
include_once( get_template_directory() . '/inc/_vendor/kirki/kirki.php' );

// Helpers
include_once( get_template_directory() . '/functions/helpers/helpers.php' );

// Admin Setup
include_once( get_template_directory() . '/functions/admin-setup.php' );

// Customizer
include_once( get_template_directory() . '/inc/customizer/backend.php' );
include_once( get_template_directory() . '/inc/customizer/frontend.php' );
include_once( get_template_directory() . '/inc/customizer/read-options.php' );

// Metaboxes
include_once( get_template_directory() . '/inc/metaboxes/page.php' );

// Styles
include_once( get_template_directory() . '/functions/enqueue/styles.php' );
include_once( get_template_directory() . '/functions/enqueue/admin-styles.php' );

include_once( get_template_directory() . '/inc/custom-styles/custom-styles.php' );

// Scripts
include_once( get_template_directory() . '/functions/enqueue/scripts.php' );
include_once( get_template_directory() . '/functions/enqueue/admin-scripts.php' );

// Theme Settings
include_once( get_template_directory() . '/functions/theme-setup.php' );

// Widget Areas
include_once( get_template_directory() . '/functions/wp/widget-areas.php' );

// WooCommerce
if( TR_WOOCOMMERCE_IS_ACTIVE ) {
	include_once( get_template_directory() . '/functions/wc/actions.php' );
	include_once( get_template_directory() . '/functions/wc/custom.php' );
	include_once( get_template_directory() . '/functions/wc/filters.php' );
}

// WPBakery Page Builder
if( TR_WPBAKERY_IS_ACTIVE ) {
	include_once( get_template_directory() . '/functions/wb/wpbakery-setup.php' );
}

// Revolution Slider
if(function_exists('set_revslider_as_theme')) {
	set_revslider_as_theme();
}