This plugin extends the WooCommerce e-commerce plugin by allowing a custom product tab to be created with arbitrary content.
This free version does not have that functionality, but now you can with the paid WooCommerce Tab Manager
This free version does not have that functionality, but now you can with the paid WooCommerce Tab Manager
Yes, the upgrade process form the free to the premium Tab Manager plugin is painless and easy.
The tab heading is shown before the tab content and is the same string as the tab title. An easy way to hide this is to add the following to the bottom of your theme's functions.php:
add_filter( 'woocommerce_custom_product_tabs_lite_heading', 'hide_custom_product_tabs_lite_tab_heading' );
function hide_custom_product_tabs_lite_tab_heading( $heading ) { return ''; }
Requires: 3.3 or higher
Compatible up to: 3.5.1
Last Updated: 2013-6-7
Downloads: 16,943
2 of 3 support threads in the last two months have been resolved.
Got something to say? Need help?