Remove the “Description” heading
Removes the “Description” heading inside the Description tab on product pages, which just repeats the tab’s name.
<?php
add_filter( 'woocommerce_product_description_heading', '__return_empty_string' );
add_filter( 'woocommerce_product_additional_information_heading', '__return_empty_string' );
In these packs
- WooCommerce: shop and product pages: Badges, price display, tabs and layout for your shop and product pages.