Reply 226895 to: Translate Tab Title

Avatar: Tecnica PC
Carmen
Participant
December 16, 2019 at 13:40

Hi

Thanks

Now i want remane “Additional information” tab to “Technical Specifications”

This code will work?

/**
* Change the heading on the Additional Information tab section title for single products.
*/
add_filter( ‘woocommerce_product_additional_information_heading’, ‘isa_additional_info_heading’ );

function isa_additional_info_heading() {
return ‘Technical Specifications’;
}

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.