From 75a04aaa85d05dc3d094a6afd8318065c0917b23 Mon Sep 17 00:00:00 2001 From: andrewshuba Date: Mon, 2 Mar 2020 13:38:36 +0200 Subject: [PATCH] - fix honeypot js --- includes/class-init.php | 2 +- includes/core/um-actions-global.php | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/includes/class-init.php b/includes/class-init.php index 132a0ec2..9babbba6 100644 --- a/includes/class-init.php +++ b/includes/class-init.php @@ -193,7 +193,7 @@ if ( ! class_exists( 'UM' ) ) { } $this->is_filtering = 0; - $this->honeypot = 'request'; + $this->honeypot = 'um_request'; // textdomain loading $this->localize(); diff --git a/includes/core/um-actions-global.php b/includes/core/um-actions-global.php index 15c47501..e1851648 100644 --- a/includes/core/um-actions-global.php +++ b/includes/core/um-actions-global.php @@ -57,7 +57,9 @@ add_action( 'wp_head', 'um_add_form_honeypot_css' ); function um_add_form_honeypot_js() { ?>