/home/bonphmya/mercandestockages.store/wp-content/themes/digitaz/sidebar.php
<?php
$sidebar = apply_filters('digitaz_theme_sidebar', '');
if (!$sidebar) {
    return;
}
?>

<div id="secondary" class="widget-area" role="complementary">
    <?php dynamic_sidebar($sidebar); ?>
</div><!-- #secondary -->