From bfe2c87fa847048638a0f8c2df64559b747853bd Mon Sep 17 00:00:00 2001 From: Vedanshu Jain Date: Thu, 19 Sep 2024 16:26:24 +0530 Subject: [PATCH] Add back necessary file. --- plugins/woocommerce/includes/admin/helper/class-wc-helper.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/woocommerce/includes/admin/helper/class-wc-helper.php b/plugins/woocommerce/includes/admin/helper/class-wc-helper.php index 155b8131de1..307dd68566c 100644 --- a/plugins/woocommerce/includes/admin/helper/class-wc-helper.php +++ b/plugins/woocommerce/includes/admin/helper/class-wc-helper.php @@ -55,6 +55,7 @@ class WC_Helper { */ protected static function includes() { include_once __DIR__ . '/class-wc-helper-admin.php'; + include_once __DIR__ . '/class-wc-helper-api.php'; } /**