-
I CAN NOT MAKE THE FOLLOWING TRANSLATIONS IN
TABS:
-DESCRIPTION
-ITINERARY
-REVIEW
Try with:
Funtions.php/** * Rename product data tabs */ add_filter( 'woocommerce_product_tabs', 'woo_rename_tabs', 98 ); function woo_rename_tabs( $tabs ) { $tabs['description']['title'] = __( 'More Information' ); // Rename the description tab $tabs['reviews']['title'] = __( 'Ratings' ); // Rename the reviews tab $tabs['itinerary_tab']['title'] = __( 'Product Data' ); // Rename the additional information tab return $tabs; }
And plugin Loco Translate
TOURS:
PRICE AND THE MESSAGE OF THE FORM
Fill up the form below to tell us what you’re looking for
Sorry, this forum is for verified users only. Please Login
Support Hours
 Our forum hours are:
08:00 AM - 5:00 PM
Current time:
-