From 8b15f281f69b81085fbb97a7e5ffbfa777690e1c Mon Sep 17 00:00:00 2001 From: Roman Axelrod Date: Thu, 12 Feb 2026 03:23:56 +0000 Subject: [PATCH] added more plugins --- wp-import.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/wp-import.php b/wp-import.php index 92a5dd0..64c9282 100644 --- a/wp-import.php +++ b/wp-import.php @@ -81,7 +81,11 @@ $plugins = [ 'object-cache-pro', 'wp-cerber', 'post-smtp-recovery', - 'simple-cloudflare-turnstile' + 'simple-cloudflare-turnstile', + 'indexnow', + 'microsoft-clarity', + 'wp-super-cache', + 'official-facebook-pixel' ]; foreach ( $plugins as $plugin ) {