Created
April 15, 2015 07:14
-
-
Save crumina/db3cfa64cd6f2e5eb7db to your computer and use it in GitHub Desktop.
[Embrace] add tabs to woocommerce
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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