From 8640bb623c4b1c9fa6366f2ca93749853f7391fa Mon Sep 17 00:00:00 2001 From: Roman Axelrod Date: Mon, 6 Apr 2026 18:45:20 +0000 Subject: [PATCH] Update 'wp-import.php' Update list of plugins to deactivate --- wp-import.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/wp-import.php b/wp-import.php index 0774227..ace3ca5 100644 --- a/wp-import.php +++ b/wp-import.php @@ -94,7 +94,11 @@ $plugins = [ 'header-and-footer-scripts', 'duracelltomi-google-tag-manager', 'cookiebot', - 'duplicator' + 'duplicator', + 'simple-history', + 'wordpress-importer', + 'wp-all-import-pro', + 'perfmatters' ]; foreach ( $plugins as $plugin ) {