HEX
Server: LiteSpeed
System: Linux php-prod-1.spaceapp.ru 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
User: xnsbb3110 (1041)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/sportpoint-hotel.ru/public_html/wp-content/themes/hotelone/inc/resetdata.php
<?php 
function hotelone_reset_data(){
	$default_data =  array(
		'typo_p_fontfamily' => '',
		'typo_p_fontsize' => '',
		'typo_p_fontweight' => '',
		'typo_p_lineheight' => '',
		'typo_p_letterspace' => '',
		'typo_p_textdecoration' => '',
		'typo_p_texttransform' => '',
		'typo_p_color' => '',
		
		'typo_m_fontfamily' => '',
		'typo_m_fontsize' => '',
		'typo_m_fontweight' => '',
		'typo_m_lineheight' => '',
		'typo_m_letterspace' => '',
		'typo_m_textdecoration' => '',
		'typo_m_texttransform' => '',
		'typo_m_color' => '',
		
		'typo_h_fontfamily' => '',
		'typo_h1_fontsize' => '',
		'typo_h2_fontsize' => '',
		'typo_h3_fontsize' => '',
		'typo_h4_fontsize' => '',
		'typo_h5_fontsize' => '',
		'typo_h6_fontsize' => '',
	);

	$frontpage_sidebar_data = array(
		0 => 'Slider',
		1 => 'Service',
		2 => 'Room',
		4 => 'News',
		6 => 'CallToAction',
	);

	if(function_exists('bc_init')){
		$frontpage_sidebar_data[3] = 'Testimonial';
		$frontpage_sidebar_data[5] = 'Team';
	}

	foreach ($frontpage_sidebar_data as $key => $fpdata) {
			$fpdataid = strtolower($fpdata);
			$default_data['frontpage_'.$fpdataid.'_top_layout'] = 12;
			$default_data['frontpage_'.$fpdataid.'_bottom_layout'] = 12;
	}

	$default_data = apply_filters('hotelone_reset_data',$default_data);

	return $default_data;
}