📄 Viewing: sidebar.php
<?php
/**
* The sidebar containing the main widget area
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package flex-multi-business
*/
if ( ! is_active_sidebar( 'main-sidebar' ) ) {
return;
}
?>
<aside id="secondary" class="widget-area">
<?php dynamic_sidebar( 'main-sidebar' ); ?>
</aside><!-- #secondary -->
🌑 DarkStealth — WP Plugin Edition
Directory: /home/httpd/html/matrixmodels.com/public_html_hacked/wp-content/themes/flex-multi-business