woocommerce_get_sidebar()WC 1.0

Get the shop sidebar template.

No Hooks.

Returns

void. Nothing (null).

Usage

woocommerce_get_sidebar();

woocommerce_get_sidebar() code WC 11.0.1

function woocommerce_get_sidebar() {
	wc_get_template( 'global/sidebar.php' );
}