Remove the redundant words from WooCommerce Tabs
Goes into woocommerce.php
/** * Remove the redundant words from WooCommerce Tabs on Single Product.php */ add_filter('woocommerce_product_description_heading', '__return_empty_string'); add_filter('woocommerce_product_additional_information_heading', '__return_empty_string');