File: //var/www/mussarq_bak2/wp-content/themes/catch-vogue/sidebar.php
<?php
/**
* The sidebar containing the main widget area
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package Catch Vogue
*/
$sidebar = catch_vogue_get_sidebar_id();
// Is active sidebar check in function catch_vogue_get_sidebar_id.
if ( '' === $sidebar ) {
return;
}
?>
<aside id="secondary" class="sidebar widget-area" role="complementary">
<?php dynamic_sidebar( $sidebar ); ?>
</aside><!-- .sidebar .widget-area -->