Home › Forums › WoodMart support forum › description › Reply To: description
October 9, 2024 at 5:44 pm
#603817
mahnaz
Participant
I need somthing like that :
function woo_rename_tabs( $tabs ) {
$tabs[‘description’][‘title’] = __( ‘More Information’ ); // Rename the description tab
$tabs[‘reviews’][‘title’] = __( ‘Ratings’ ); // Rename the reviews tab
$tabs[‘additional_information’][‘title’] = __( ‘Product Data’ ); // Rename the additional information tab
return $tabs;
}
only for my account