zZzzZ.
home2
/
zrzvbdry
/
wiredsave.com
/
wp-content
/
themes
/
savings-pro-main
New Folder
Editing: sidebar-store.php
Save
Cancel
<div id="secondary" class="widget-area sidebar single-store-sidebar" role="complementary"> <div class="sidebar-section"> <aside class="rating-store-content widget"> <?php // do_action( 'wpcoupon_before_coupon_listings' ); ?> <p><?php echo wpcoupon_store()->get_content(); ?></p> </aside> </div> <div class="sidebar-section"> <?php /** * Hook: wpcoupon_coupon_store_before_sidebar * @since 1.2.6 * hooked wpcoupon_store_cat_filter - 10 */ do_action( 'wpcoupon_coupon_store_before_sidebar' ); ?> <?php dynamic_sidebar( 'sidebar-store' ); ?> <?php /** * Hook: wpcoupon_coupon_store_after_sidebar * @since 1.2.6 */ do_action( 'wpcoupon_coupon_store_after_sidebar' ); ?> </div> </div><!-- #secondary -->