woocommerce_get_sidebar()
Get the shop sidebar template.
Description Description
Source Source
File: includes/wc-template-functions.php
function woocommerce_get_sidebar() {
wc_get_template( 'global/sidebar.php' );
}
Get the shop sidebar template.
File: includes/wc-template-functions.php
function woocommerce_get_sidebar() {
wc_get_template( 'global/sidebar.php' );
}