We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cd6687 commit 64da8deCopy full SHA for 64da8de
inc/cleantalk-pluggable.php
@@ -1819,6 +1819,11 @@ class_exists('Cleantalk\Antispam\Integrations\CleantalkInternalForms')
1819
apbct_is_in_uri('wc-ajax=iwd_opc_update_order_review') ) {
1820
return 'cartflows_save_cart';
1821
}
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
+ }
1827
// Vault Press (JetPack) plugin service requests
1828
if (
1829
Post::get('do_backups') !== '' &&
0 commit comments