HEX
Server: Apache
System: Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
User: ws67751832 (67751832)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /homepages/18/d4299019518/htdocs/wordpress/wp-content/themes/byblos/sidebar-header-right.php
<?php
/*
 * Short description
 * @author bilal hassan <info@smartcatdesign.net>
 * 
 */

if ( !is_active_sidebar('sidebar-header-right') ) :
    return;
endif;

?>

<div id="secondary" class="widget-area" role="complementary">
    
    <?php dynamic_sidebar('sidebar-header-right'); ?>

</div><!-- #secondary -->