Hello,
I’ve added the following code in functions.php file:
function woo_remove_product_tabs( $tabs ) {
unset( $tabs['additional_information'] ); // Remove the additional information tab
return $tabs;
}
Now “Additional Information” tab isn’t shown.
Clear browser cache and check.
Regards,
Eva Kemp.