Remove description heading from WooCommerce Single Product Tabs

If you want to remove the description heading from Woocommerce single product tabs, add the following code at the bottom of the functions.php file of your child theme.

/**
 * Remove "Description" Heading Title @ WooCommerce Single Product Tabs
 */
add_filter( 'woocommerce_product_description_heading', '__return_null' );
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us