I\'m trying to delete the Order Information section on a Completed Order and Customer Invoice emails.
Can\'t find how to delete this in th
do_action( 'woocommerce_email_order_meta', $order, $sent_to_admin, $plain_text );
try to remove this hook.