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/sidebar.php
<?php
/**
 * The sidebar containing the main widget area
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package travel_joy
 */

if ( ! is_active_sidebar( 'sidebar' ) ) {
	return;
}
?>

<li class="right">
	<figure>
		<div class="aside-right">
			<?php dynamic_sidebar( 'sidebar' ); ?>
		</div>
	</figure>
</li>