HEX
Server: LiteSpeed
System: Linux premium12.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
User: desetmhw (842)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/desetmhw/estraveltourim.site/wp-content/themes/travel-joy/inc/load-files.php
<?php
/**
 * All the neccessary loading is done here.
 *
 * @package travel-joy
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

$travel_joy_root = get_template_directory();

/**
 * Implement the Custom Header feature.
 */
require_once $travel_joy_root . '/inc/itinerary-helpers.php';

/**
 * Initialize customizer module.
 */
require_once $travel_joy_root . '/framework/customizer-module/class-init-customizer-module.php';

/**
 * Implement the Custom Header feature.
 */
require_once $travel_joy_root . '/inc/breadcrumb-class.php';

/**
 * Implement the Custom Header feature.
 */
require_once $travel_joy_root . '/inc/custom-header.php';

/**
 * Custom template tags for this theme.
 */
require_once $travel_joy_root . '/inc/template-tags.php';

/**
 * Functions which enhance the theme by hooking into WordPress.
 */
require_once $travel_joy_root . '/inc/template-functions.php';

/**
 * Class which loads the assets for this theme.
 */
require_once $travel_joy_root . '/inc/class-assets.php';

/**
 * Class which loads the assets for this theme.
 */
require_once $travel_joy_root . '/inc/class-travel-joy-dynamic-styling-settings.php';

/**
 * This file has the required codes for the frontpage section hooks.
 */
require_once $travel_joy_root . '/template-parts/structure-hooks.php';

/**
 * This file handles the single itinerary page and archive-itinerary page of wp travel plugin.
 * It uses the default wp travel hooks.
 */
require_once $travel_joy_root . '/template-parts/wp-travel-hooks.php';

/**
 * Load Jetpack compatibility file.
 */
if ( defined( 'JETPACK__VERSION' ) ) {
	require_once $travel_joy_root . '/inc/jetpack.php';
}