if you want to remove heading from the “Product Description” tab on product page, you just need to add below filter in your theme/child theme’s functions.php.
add_filter('woocommerce_product_description_heading', '__return_null');
if you want to remove heading from the “Product Description” tab on product page, you just need to add below filter in your theme/child theme’s functions.php.
add_filter('woocommerce_product_description_heading', '__return_null');