Changeset 2680139
- Timestamp:
- 02/16/2022 07:58:41 PM (4 years ago)
- Location:
- gravity-forms-zero-spam/trunk
- Files:
-
- 2 edited
-
gravityforms-zero-spam.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gravity-forms-zero-spam/trunk/gravityforms-zero-spam.php
r2642678 r2680139 4 4 * Plugin URI: https://gravityview.co?utm_source=plugin&utm_campaign=zero-spam&utm_content=pluginuri 5 5 * Description: Enhance Gravity Forms to include effective anti-spam measures—without using a CAPTCHA. 6 * Version: 1.2. 0.16 * Version: 1.2.1 7 7 * Author: GravityView 8 8 * Author URI: https://gravityview.co?utm_source=plugin&utm_campaign=zero-spam&utm_content=authoruri … … 101 101 public function check_key_field( $is_spam = false, $form = array(), $entry = array() ) { 102 102 103 $should_check_key_field = ! GFCommon::is_preview(); 104 103 105 /** 104 106 * Modify whether to process this entry submission for spam. … … 110 112 * @param array $entry The entry currently being processed. 111 113 */ 112 $should_check_key_field = gf_apply_filters( 'gf_zero_spam_check_key_field', rgar( $form, 'id' ), true, $form, $entry );114 $should_check_key_field = gf_apply_filters( 'gf_zero_spam_check_key_field', rgar( $form, 'id' ), $should_check_key_field, $form, $entry ); 113 115 114 116 if( false === $should_check_key_field ) { -
gravity-forms-zero-spam/trunk/readme.txt
r2642678 r2680139 3 3 Tags: gravityforms, gravity forms, anti-spam, antispam, spam, spam-blocker, spambot, spammer, add-ons, honeypot 4 4 Requires at least: 3.0.1 5 Tested up to: 5. 8.25 Tested up to: 5.9 6 6 Stable tag: trunk 7 7 Requires PHP: 5.2.6 … … 98 98 == Changelog == 99 99 100 = 1.2.1 on February 16, 2022 = 101 102 * Improved: Don't check for spam on the Gravity Forms Preview page 103 * Tested with WordPress 5.9 100 104 101 105 = 1.2 & 1.2.0.1 on December 10, 2021 =
Note: See TracChangeset
for help on using the changeset viewer.