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'; } /**