HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/Apache24/htdocs/wp-content/themes/appointment/sidebar.php
<?php if( is_active_sidebar('sidebar-1') ) : ?>
<div class="sidebar-section-right">
	<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('sidebar-1') ) : ?> 
	<?php endif;?>
</div>
<?php endif; ?>