Skip to content

Instantly share code, notes, and snippets.

View bodilet's full-sized avatar

Bodil Tveter bodilet

View GitHub Profile
@bodilet
bodilet / 1-remove-woocommerce-tabs.php
Created December 4, 2017 21:47 — forked from kittenlane/1-remove-woocommerce-tabs.php
Remove tabs but keep product description in WooCommerce
//* http://gasolicious.com/remove-tabs-keep-product-description-woocommerce/
// Location: add to functions.php
// Output: removes woocommerce tabs
remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 10 );