File "sidebar.php"

Full Path: /home/warrior1/public_html/languages/wp-content-20241001222009/themes/storefront/sidebar.php
File size: 278 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * The sidebar containing the main widget area.
 *
 * @package storefront
 */

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

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