Last active
February 21, 2017 15:51
-
-
Save bogdanpopa90/2407e8389127219d6bae56de4544bed0 to your computer and use it in GitHub Desktop.
Remove sidebar from all shop pages in WooCommerce
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Remove sidebar from all shop pages | |
remove_action( 'woocommerce_sidebar','woocommerce_get_sidebar', 10 ); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment