From eeac9cefa62d7e7bc9d849a7dd7d902d5dc338b6 Mon Sep 17 00:00:00 2001 From: Jake Morrison Date: Fri, 6 Sep 2024 11:17:27 +0100 Subject: [PATCH] Ooops add back super cache --- features/plugins.php | 1 + 1 file changed, 1 insertion(+) diff --git a/features/plugins.php b/features/plugins.php index b79b92b..2919692 100644 --- a/features/plugins.php +++ b/features/plugins.php @@ -41,6 +41,7 @@ function () { 'wp-downgrade' => 'WP Downgrade', 'wp-job-manager' => 'WP Job Manager', 'wp-rollback' => 'WP Rollback', + 'wp-super-cache' => 'WP Super Cache', ); // Set all defaults to false. // Will probably add a filter here.