Skip to content

Commit ecda972

Browse files
committed
Fix. BloomForms. Removed the global usage label ForceAltCookies
1 parent 9981e12 commit ecda972

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/Cleantalk/Antispam/Integrations/BloomForms.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,10 @@
22

33
namespace Cleantalk\Antispam\Integrations;
44

5-
use Cleantalk\ApbctWP\Variables\Cookie;
6-
75
class BloomForms extends IntegrationBase
86
{
97
public function getDataForChecking($argument)
108
{
11-
Cookie::$force_alt_cookies_global = true;
12-
139
$filtered_post = apply_filters('apbct__filter_post', $_POST);
1410
$nickname = '';
1511

0 commit comments

Comments
 (0)