Skip to content

Commit 13d3fbd

Browse files
committed
Fix. BloomForms. Edit duplicate passes
1 parent 06e80fa commit 13d3fbd

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

inc/cleantalk-pluggable.php

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1450,7 +1450,7 @@ function apbct_is_skip_request($ajax = false, $ajax_message_obj = array())
14501450
apbct_is_plugin_active('bloom/bloom.php') &&
14511451
Post::get('action') === 'bloom_subscribe'
14521452
) {
1453-
return 'Bloom';
1453+
return 'Bloom skip - has the direct integration';
14541454
}
14551455

14561456
// Ajax Search Lite - these requests will be caught by search form protection
@@ -1744,14 +1744,6 @@ class_exists('Cleantalk\Antispam\Integrations\CleantalkInternalForms')
17441744
) {
17451745
return 'invoicing';
17461746
}
1747-
1748-
//Bloom skip - has the direct integration
1749-
if (
1750-
apbct_is_plugin_active('bloom/bloom.php') &&
1751-
Post::equal('action', 'bloom_subscribe')
1752-
) {
1753-
return 'Bloom skip - has the direct integration';
1754-
}
17551747
} else {
17561748
/*****************************************/
17571749
/* Here is non-ajax requests skipping */

0 commit comments

Comments
 (0)