Plugin Directory

Changeset 3051390


Ignore:
Timestamp:
03/15/2024 01:05:14 AM (2 years ago)
Author:
mailboxvalidator
Message:

Fixed email validator not working issue.

Location:
email-validator-for-contact-form-7/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • email-validator-for-contact-form-7/trunk/email-validator-for-contact-form-7.php

    r3024835 r3051390  
    99Description:  Enables Contact Form 7 users to validate their client’s email address before accepting their messages for sending using MailboxValidator. <strong>Before get started, install and activate the Contact Form 7 plugin first.</strong>
    1010
    11 Version:      1.7.1
     11Version:      1.7.2
    1212
    1313Author:       MailboxValidator
     
    761761       
    762762        $datetime_started = date('Y-m-d H:i:s');
     763
     764        $table_name = $wpdb->prefix . 'email_validator_for_contact_form_7_log';
     765
     766        // Get option settings to know which validator is been called
     767
     768        $options = get_option( 'mbv_wpcf7_email_validator_for_contact_form_7' );
    763769       
    764770        $user_apikey = trim($options['api_key']);
    765 
    766         $table_name = $wpdb->prefix . 'email_validator_for_contact_form_7_log';
    767 
    768         // Get option settings to know which validator is been called
    769 
    770         $options = get_option( 'mbv_wpcf7_email_validator_for_contact_form_7' );
    771771
    772772        $tags = new WPCF7_FormTag( $tags );
  • email-validator-for-contact-form-7/trunk/readme.txt

    r3024835 r3051390  
    44Tags: mailboxvalidator, contact form 7, email validation, form validation, email validator, disposable email, free email, role-based email
    55Tested up to: 6.4.1
    6 Stable tag: 1.7.1
     6Stable tag: 1.7.2
    77Requires PHP: 5.2.4
    88
     
    6666== Changelog ==
    6767
    68 = 1.7.0 =
     68= 1.7.2 =
     69* Fixed email validator not working issue.
     70
     71= 1.7.1 =
    6972* Add new checking to prevent the abuse of the API.
    7073
Note: See TracChangeset for help on using the changeset viewer.