Skip to content

Instantly share code, notes, and snippets.

@crumina
Created April 15, 2015 07:14
Show Gist options
  • Save crumina/db3cfa64cd6f2e5eb7db to your computer and use it in GitHub Desktop.
Save crumina/db3cfa64cd6f2e5eb7db to your computer and use it in GitHub Desktop.
[Embrace] add tabs to woocommerce
<?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