Skip to content

Instantly share code, notes, and snippets.

View susanlangenes's full-sized avatar

Susan Langenes susanlangenes

  • Portland, Oregon, USA
View GitHub Profile
@susanlangenes
susanlangenes / remove-tabs.php
Last active December 31, 2015 02:49 — forked from jameskoster/functions.php
WooCommerce - Remove product data tabs
<?php
/*
Plugin Name: Remove WC Product Tabs
Description: Plugin to remove the tabs on single product pages, for WooCommerce.
*/
add_filter( 'woocommerce_product_tabs', 'woo_remove_product_tabs', 98 );
function woo_remove_product_tabs( $tabs ) {
unset( $tabs['description'] ); // Remove the description tab