In the new orders email from Woocommerce it displays the products and the meta data in a bullet point list below said product.
I have tract down the email_order_items.php file to find this bit of code to render the bullet point list.
I have tried looking for file that contains the code for both do_actions in the image above but haven't had any luck. I did think it was class-wc-order-item-meta.php but after a quick edit nothing changes.
Does anyone know where it is located ?