Reply 322465 to: Change the default text/name of single product page tabs

Avatar: densitysk
densitysk
Participant
April 22, 2022 at 09:36

one note is, that when I tried just to rename the default tabs based on the woocommerce tutorial, I get fatal errors from your theme

I have used the following snippet in my child theme functions.php

/**
* Rename product data tabs
*/
add_filter( ‘woocommerce_product_tabs’, ‘woo_rename_tabs’, 98 );
function woo_rename_tabs( $tabs ) {

$tabs[‘additional_information’][‘title’] = __( ‘Specifications’ ); // Rename the additional information tab

return $tabs;

}

Please contact administrator
for this information.
Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.