PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/antonkerr/public_html/car/wp-content/themes/BookYourTravel/
Server: Linux premium47.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
IP: 68.65.123.244
Choose File :

Url:
Dir : /home/antonkerr/public_html/car/wp-content/themes/BookYourTravel/sidebar-hero.php

<?php
/**
 * The sidebar containing the above content/hero widget area.
 *
 * If no active widgets in sidebar, let's hide it completely.
 *
 * @package WordPress
 * @subpackage BookYourTravel
 * @since Book Your Travel 1.0
 */
if ( is_active_sidebar( 'hero' ) ) {
	ob_start();
	dynamic_sidebar( 'hero' );
	$hero_content = ob_get_clean();
	$hero_content = trim($hero_content);
	$hero_content = str_replace(array('<li class="widget widget-sidebar full-width"></li>'), '', $hero_content);
	if (!empty($hero_content) && $hero_content != '<li class="widget widget-sidebar full-width"></li>') { ?>
		<div id="hero-sidebar" class="hero-sidebar widget-area">
			<ul>
			<?php echo $hero_content; ?>
			</ul>
		</div><!-- #hero -->
	<?php
	} 
}