WooCommerce rename description tab

add_filter( 'woocommerce_product_tabs', 'wpe_rename_tabs', 98 );
function wpe_rename_tabs( $tabs ) {

	$tabs['description']['title'] = __( 'TEXNIKA ΧΑΡΑΚΤΗΡΙΣΤΙΚΑ', 'betheme-child' );		// Rename the description tab

	return $tabs;

}
Με την περιήγηση σας στην ιστοσελίδα μας, αποδέχεστε τους όρους χρήσης