From c50a144b94cbc1414378e885f2a25462e9245b08 Mon Sep 17 00:00:00 2001 From: Roman Axelrod Date: Mon, 2 Mar 2026 03:45:44 +0000 Subject: [PATCH] Added more plugins to disable list --- wp-import.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wp-import.php b/wp-import.php index 64c9282..5f164af 100644 --- a/wp-import.php +++ b/wp-import.php @@ -85,7 +85,10 @@ $plugins = [ 'indexnow', 'microsoft-clarity', 'wp-super-cache', - 'official-facebook-pixel' + 'official-facebook-pixel', + 'indexnow', + 'disable-xml-rpc', + 'headers-security-advanced-hsts-wp' ]; foreach ( $plugins as $plugin ) {