From 404301c975989958e8086542d56df847ae3aacc2 Mon Sep 17 00:00:00 2001 From: Sean Fisher Date: Tue, 11 Apr 2023 15:52:47 -0400 Subject: [PATCH] Include WP_Error --- src/helpers.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/helpers.php b/src/helpers.php index 7eabfd5..a946a1e 100644 --- a/src/helpers.php +++ b/src/helpers.php @@ -7,6 +7,8 @@ namespace Alley\WP\Concurrent_Remote_Requests; +use WP_Error; + /** * Performs an HTTP request and returns its response. *