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() { ?>