Skip to content

Commit 64da8de

Browse files
committed
Fix. Exclusion. Skip request from Metorik Helper
1 parent 8cd6687 commit 64da8de

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

inc/cleantalk-pluggable.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1819,6 +1819,11 @@ class_exists('Cleantalk\Antispam\Integrations\CleantalkInternalForms')
18191819
apbct_is_in_uri('wc-ajax=iwd_opc_update_order_review') ) {
18201820
return 'cartflows_save_cart';
18211821
}
1822+
// WC addon - Metorik Helper plugin service requests
1823+
if ( apbct_is_plugin_active('metorik-helper/metorik-helper.php') &&
1824+
apbct_is_in_uri('wc-ajax=metorik_capture_customer_data') ) {
1825+
return 'metorik-helper skip';
1826+
}
18221827
// Vault Press (JetPack) plugin service requests
18231828
if (
18241829
Post::get('do_backups') !== '' &&

0 commit comments

Comments
 (0)