Skip to content

Instantly share code, notes, and snippets.

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