Viewing 1 replies (of 1 total)
  • danlester

    (@danlester)

    Thanks for the question. The plugin doesn’t add the Google ID to user meta data automatically, but it is available to WordPress whenever a user uses ‘Login with Google’ to gain access to the site.

    You would need to write your own custom code for the action “gal_user_loggedin”

    From the docs: “This action is fired whenever a user is successfully authenticated into WordPress using Google Login. You could use it to obtain and save information such as profile photo URL.”

    You can read more at this link – see the second section down for “gal_user_loggedin”

    https://wp-glogin.com/platform/

    You could use that hook to write the Google ID to the WordPress user’s meta data.

    Good luck!

    Thanks,

    Dan

Viewing 1 replies (of 1 total)
  • The topic ‘User ID Meta data’ is closed to new replies.