I would like to add product short description after product title in woocommerce order completed email. What would be the correct snippet?
I tryid snippet here WooCommerce - Add product Short Description to completed order email but it doesnt work, php snippet plugin says: Snippet automatically deactivated due to an error on line 5: Cannot redeclare function woo_completed_order_email_notification.
Try the following revisited code (removing before all previous related code):
Code goes in functions.php file of your child theme (or in a plugin). Tested and works.
Related: Add the product description to WooCommerce email notifications