From 5205bc65c93061eae79ba3ef9dcb2494e0a7423b Mon Sep 17 00:00:00 2001 From: Merlin Date: Wed, 2 Oct 2024 10:30:54 +0200 Subject: [PATCH] disable plugin detection for divi theme --- friendly-captcha/includes/core.php | 1 - 1 file changed, 1 deletion(-) diff --git a/friendly-captcha/includes/core.php b/friendly-captcha/includes/core.php index 6e516e1..b5f7062 100644 --- a/friendly-captcha/includes/core.php +++ b/friendly-captcha/includes/core.php @@ -236,7 +236,6 @@ class FriendlyCaptcha_Plugin "name" => "Divi Theme Contact Form", "slug" => 'divi', "entry" => "divi/divi.php", - "plugins" => array("divi/divi.php", "divi-builder/divi-builder.php"), "settings_description" => "Enable Friendly Captcha and replace ReCaptcha in the Divi Theme contact form.
Important: Please choose 'FriendlyCaptcha verification' as spam protection in each individual Divi contact form.", ), );