Plugin Directory

Changeset 1683629


Ignore:
Timestamp:
06/22/2017 04:32:41 PM (9 years ago)
Author:
Greenweb
Message:

see github

Location:
easy-sign-up/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • easy-sign-up/trunk/Readme.txt

    r1639313 r1683629  
    66Tags: auto responder, auto-responder, autoresponder, html autoresponder, jump page, squeeze page, squeeze form, form, emailer, email, redirection, leads, mailing list, newsletter, newsletter signup, sign up, beforesite, mailchimp
    77Requires at least: 4.3
    8 Tested up to: 4.7.9
     8Tested up to: 4.8.9
    99Stable tag: trunk
    1010
  • easy-sign-up/trunk/lib/esu-form-process-class.php

    r1447458 r1683629  
    5050                    unset($esu_post_vars['extra_fields'][$honeypot]);
    5151                }
     52            }
     53            // lets move this to a filter field
     54            if( isset($esu_post_vars['extra_fields']) && array_key_exists( 'g-recaptcha-response',  $esu_post_vars['extra_fields'] ) ){
     55                unset($esu_post_vars['extra_fields']['g-recaptcha-response']);
    5256            }
    5357
Note: See TracChangeset for help on using the changeset viewer.