• Your plugin is great but it would be super if it had the config option to also remove public email domains. None of the others do this either so it will give you a small advantage ??

    I am not a PHP dev but figured out that adding the following code at line 94 of debounce-io-email-validator/src/API/class-debounce-email-validator.php

    // Block all public email addresses
    if ($response->debounce->free_email == ‘true’) {
    $this->set_is_valid( FALSE );
    }

    These changes will not survive an update of the plugin.

    ??

Viewing 1 replies (of 1 total)
  • Plugin Author debounce

    (@debounce)

    Dear @inprod;
    We will consider this feature on the next update release.
    Thanks for suggesting this great feature ??

    P.S: Your solution for editing the plugin is also great.
    Best regards;
    Dave.

Viewing 1 replies (of 1 total)
  • The topic ‘Option to remove public email domains’ is closed to new replies.