woocommerce/templates/shop/sidebar.php

9 lines
121 B
PHP

<?php
/**
* Shop Sidebar
*
* Simply loads your sidebar, or sidebar-shop.php if it exists
*/
get_sidebar('shop');
?>