Last active
January 19, 2016 13:59
-
-
Save elvinlee/81403ecd50d06fa22d55 to your computer and use it in GitHub Desktop.
WooCommerce: Remove Sidebar from all WooCommerce Page
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
//WooCommerce Remove Sidebar | |
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