Skip to content

Instantly share code, notes, and snippets.

@AnnaCrumina
Forked from crumina/functions.php
Last active August 29, 2015 14:19
Show Gist options
  • Save AnnaCrumina/9801896a82ae563018b4 to your computer and use it in GitHub Desktop.
Save AnnaCrumina/9801896a82ae563018b4 to your computer and use it in GitHub Desktop.
<?php
// Unhook default Crumina functions
function unhook_crumina_functions() {
remove_filter( 'woocommerce_product_tabs', 'crum_remove_product_tabs', 98 );
}
add_action( 'init', 'unhook_crumina_functions' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment