From c3c3735eeda8a10a899344d8b261fe4e156152e1 Mon Sep 17 00:00:00 2001 From: Roman Axelrod Date: Wed, 11 Feb 2026 20:51:42 +0000 Subject: [PATCH] Excluded Cloudflare Captcha. --- wp-import.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-import.php b/wp-import.php index 6f15564..92a5dd0 100644 --- a/wp-import.php +++ b/wp-import.php @@ -80,7 +80,8 @@ $plugins = [ 'integromat-connector', 'object-cache-pro', 'wp-cerber', - 'post-smtp-recovery' + 'post-smtp-recovery', + 'simple-cloudflare-turnstile' ]; foreach ( $plugins as $plugin ) {