I\'m creating a theme designed specifically for usage with woocommerce. This theme\'s design does not utilize the \"Product Short Description\". Removing that description fr
As answered in different treads:
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 20 ); function woocommerce_template_single_excerpt() { return; }