esc_html__( 'Shop Sidebar', 'blossom-feminine' ),
'id' => 'shop-sidebar',
'description' => esc_html__( 'Sidebar displaying only in woocommerce pages.', 'blossom-feminine' ),
'before_widget' => '',
'before_title' => '
',
) );
}
/**
* Before Content
* Wraps all WooCommerce content in wrappers which match the theme markup
*/
function blossom_feminine_wc_wrapper(){
?>
';
dynamic_sidebar( 'shop-sidebar' );
echo '';
}
}
/**
* Removes the "shop" title on the main shop page
*/
add_filter( 'woocommerce_show_page_title' , '__return_false' );