I am using the RnB Woocommerce plugin on a website (with woocommerce ofc.) and I need to get rid of some meta data from the product row in the order table on the emails we're sending to customers. I've found the function that loads in the item meta: wc_display_item_meta in the file woocommerce/templates/emails/email-order-items.php. But I don't see any way to change anything there. I could try to unset the metadata, but I don't want to risk breaking the plugin. Is there any way to make it so it doesn't load into the email?
Order table, Woocommerce: