Viewing 1 replies (of 1 total)
  • Plugin Support Sandip Pokhrel

    (@sandippokharel)

    Hi there,

    Please use the following code snippet on your site to disable the email suggestion.

    add_filter( 'user_registration_mailcheck_enabled', 'false' );
    function false() {
    return false;
    }

    I hope this helps.

    Regards!

Viewing 1 replies (of 1 total)
  • The topic ‘How to Disable the Email Address Suggestion’ is closed to new replies.