This topic has 3 replies, 2 voices, and was last updated 4 years, 11 months ago ago by Olga Barlow
Hi
I want translate this tab https://prnt.sc/qbhly2
where to find this string?
I searched in xstore child, i dont find
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’;
}
Hello,
You asked this question in other topic and got reply https://www.8theme.com/topic/translate-slider-item/#post-226889
Regards
The issue related to '‘Translate Tab Title’' has been successfully resolved, and the topic is now closed for further responses