HEX
Server: Apache
System: Linux eisbus 6.8.12-9-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-9 (2025-03-16T19:18Z) x86_64
User: www-data (33)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/PluginBackup/burger-companion/inc/spacare/spacare.php
<?php
/**
 * @package   SpaCare
 */
 
require BURGER_COMPANION_PLUGIN_DIR . 'inc/spacare/extras.php';
require BURGER_COMPANION_PLUGIN_DIR . 'inc/spacare/dynamic-style.php';
require BURGER_COMPANION_PLUGIN_DIR . 'inc/spacare/sections/section-above-header.php';
require BURGER_COMPANION_PLUGIN_DIR . 'inc/spacare/features/spabiz-header.php';
require BURGER_COMPANION_PLUGIN_DIR . 'inc/spacare/features/spabiz-slider.php';
require BURGER_COMPANION_PLUGIN_DIR . 'inc/spabiz/features/spabiz-info.php';
require BURGER_COMPANION_PLUGIN_DIR . 'inc/spabiz/features/spabiz-service.php';
require BURGER_COMPANION_PLUGIN_DIR . 'inc/spabiz/features/spabiz-funfact.php';
require BURGER_COMPANION_PLUGIN_DIR . 'inc/spabiz/features/spabiz-typography.php';

if ( ! function_exists( 'burger_companion_spabiz_frontpage_sections' ) ) :
	function burger_companion_spabiz_frontpage_sections() {	
		 require BURGER_COMPANION_PLUGIN_DIR . 'inc/spacare/sections/section-slider.php';
		 //require BURGER_COMPANION_PLUGIN_DIR . 'inc/spabiz/sections/section-info.php';
		 require BURGER_COMPANION_PLUGIN_DIR . 'inc/spacare/sections/section-service.php';
		 require BURGER_COMPANION_PLUGIN_DIR . 'inc/spabiz/sections/section-funfact.php';
    }
	add_action( 'spabiz_sections', 'burger_companion_spabiz_frontpage_sections' );
endif;