Skip to content

Instantly share code, notes, and snippets.

@woogist
Created May 10, 2013 16:37
Show Gist options
  • Save woogist/5555609 to your computer and use it in GitHub Desktop.
Save woogist/5555609 to your computer and use it in GitHub Desktop.
Remove Product Description and Review tabs in WooCommerce
remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 10 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment