• Resolved h.m

    (@hiromiwa)


    Hi,

    My woocommerce site is using woocommerce social login.
    I want to accept all the e-mail from social login automatically.

    Is it possible?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author XLPlugins

    (@xlplugins)

    Hello, h.m
    You can add the following code just after the woocommerce social login plugin creates a new user:
    update_user_meta( {user_id}, 'wcemailverified', 'true' );
    replace {user_id} with the newly created userid.

    You can also manually verify the user from user listing screen (https://prntscr.com/hgr2la)

    Thread Starter h.m

    (@hiromiwa)

    Thanks, it works fine.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Exclude emails from social login’ is closed to new replies.