Skip to content

Instantly share code, notes, and snippets.

@bogdanpopa90
Last active February 21, 2017 15:51
Show Gist options
  • Save bogdanpopa90/2407e8389127219d6bae56de4544bed0 to your computer and use it in GitHub Desktop.
Save bogdanpopa90/2407e8389127219d6bae56de4544bed0 to your computer and use it in GitHub Desktop.
Remove sidebar from all shop pages in WooCommerce
<?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