?
Current Path : /home1/savoy/sportsmeet.net/wp-content/themes/livesay/ |
Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 |
Current File : /home1/savoy/sportsmeet.net/wp-content/themes/livesay/sidebar-shop.php |
<?php /* * The sidebar only for WooCommerce pages. * Author & Copyright: VictorThemes * URL: http://themeforest.net/user/VictorThemes */ $livesay_woo_widget = cs_get_option('woo_widget'); ?> <div class="lvsy-secondary"> <?php if ($livesay_woo_widget) { if (is_active_sidebar($livesay_woo_widget)) { dynamic_sidebar($livesay_woo_widget); } } else { if (is_active_sidebar( 'sidebar-shop' )) { dynamic_sidebar( 'sidebar-shop' ); } } ?> </div><!-- #secondary --> <?php