We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9981e12 commit ecda972Copy full SHA for ecda972
lib/Cleantalk/Antispam/Integrations/BloomForms.php
@@ -2,14 +2,10 @@
2
3
namespace Cleantalk\Antispam\Integrations;
4
5
-use Cleantalk\ApbctWP\Variables\Cookie;
6
-
7
class BloomForms extends IntegrationBase
8
{
9
public function getDataForChecking($argument)
10
11
- Cookie::$force_alt_cookies_global = true;
12
13
$filtered_post = apply_filters('apbct__filter_post', $_POST);
14
$nickname = '';
15
0 commit comments