Add extra tabs on product page Woocommerce

Author: 

wp beaches


Description: 

WooCommerce allows you to add extra tabs on a product page alongside description, reviews and additional information with the filter, woocommerce_product_tabs.

RENAME (description, reviews and additional information)TAB:
add_filter( ‘woocommerce_product_description_tab_title’, ‘bbloomer_rename_description_product_tab_label’ );

function bbloomer_rename_description_product_tab_label() {
return ‘Specificaties’;
}




Kind:

PHP, woocommerce


URL: