From ba13e6f804da2791ca78e6a27652178c14fcc1e4 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Tue, 13 May 2025 14:25:00 +0500 Subject: [PATCH] fix typo --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 3d23098..4857d80 100644 --- a/functions.php +++ b/functions.php @@ -205,7 +205,7 @@ function bbloomer_order_completed_email_add_cc_bcc($headers, $email_id, $order) { if ('customer_failed_order' == $email_id) { $headers .= "Cc: Autonomic \r\n"; // delete if not needed - $headers .= "Bcc: Rootpath \r\n"; // delete if not needed + $headers .= "Bcc: Rootpath \r\n"; // delete if not needed } return $headers; }