From e3ac28a71aa3411f159c298933ff08338b14159e Mon Sep 17 00:00:00 2001 From: arunshenoy99 Date: Thu, 23 Feb 2023 23:51:11 +0530 Subject: [PATCH] improve plugin status detection --- includes/RestApi/PluginsController.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/includes/RestApi/PluginsController.php b/includes/RestApi/PluginsController.php index 77ce54fee..8d75bb95d 100644 --- a/includes/RestApi/PluginsController.php +++ b/includes/RestApi/PluginsController.php @@ -1,6 +1,7 @@ 'installing', + 'estimate' => 30, + ), + 200 + ); + } + return new \WP_REST_Response( array( 'status' => 'inactive',