esc_html__( 'Shop Sidebar', 'rara-academic' ), 'id' => 'shop-sidebar', 'description' => esc_html__( 'Sidebar displaying only in woocommerce pages.', 'rara-academic' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ) ); } /** * Before Content * Wraps all WooCommerce content in wrappers which match the theme markup */ function rara_academic_wc_wrapper(){ ?>
'; dynamic_sidebar( 'shop-sidebar' ); echo '
'; } } /** * rara_academic_woo_hide_page_title * * Removes the "shop" title on the main shop page * * @access public * @since 1.0 * @return void */ function rara_academic_woo_hide_page_title() { return false; }