Look like you need used hook user_register
it’s return to you user id, after that you can save it in DB.
Related Posts:
- Adding fields to the “Add New User” screen in the dashboard
- Return all users with a specific meta key
- How to display custom user meta from registration in backend?
- get_users is expecting unserialized meta_value
- very last action before during user registration before he is redirected to homepage
- ACF Upload Image in front-end with custom form
- Upload files programmatically to users
- How to get the user description with get_users?
- get current user not working
- Is a user_meta research case-sensitive or not
- Store user’s registration date as meta
- Average Account Age
- Can I prevent “wp_user_level” from getting added to wp_usermeta on registration?
- add custom field in user register form
- Should I encrypt the response that triggers an Ajax action? Is nonce sufficient?
- How can I attach a user to another user with user meta
- Creating user without username and password
- Randomize Users
- How get meta from all users?
- Assign random (and unique) user meta upon registration
- Associate multiple email addresses with the same user account, so they can log in with either
- Using WP for user management
- get random users each time based on the meta key
- Can I add a unique code for each user based on the location?
- Adding user metadata to all users
- Safely changing UserID’s, re-using deleted UserID’s and automatically using deleted userID’s instead of an increment
- How can I track who clicked what in my member area?
- Get user meta on registration hook
- Saving an array of values (file urls) to update_user_meta()?
- How to get user meta value in wordpress
- UPDATED: Save a custom_field value when automatically creating a post using wp_insert_post
- Reordering fields in registration form via custom plugin
- Let admin users edit member profiles from front end
- Create Unique and Customized User ID for Website Members in WordPress
- Add custom input field in new user page
- MySQL query to list users who never signed in
- How to change the default registration email ? (plugin and/or non-plugin)
- How to allow an user role to create a new user under a role which lower than his level only?
- user_login vs. user_nicename
- how to get list of all users and their metadata
- Difference between update_user_meta and update_user_option
- add_user_meta() vs update_user_meta()
- How do I programmatically set default role for new users?
- How to filter users on admin users page by custom meta field?
- Display user registration date
- get_user_meta() doesn’t include user email?
- Whats the best way to share user data across multiple WordPress websites?
- How to make a custom column on the Users admin screen sortable?
- Automatically delete inactive users after 2 months
- Check if user is admin by user ID
- wp_update_user doesn’t update and update_user_meta does
- WordPress auto login after registration not working
- wordpress multisite, how to keep user on subdomain throughout registration process?
- Get basic Image Uploader on User Profile Page
- What the user_status column?
- Capabilities Vs User Meta
- How to limit user registration to a specific set of domains?
- Problem with Hebrew characters in username
- Remove email verification when new user register
- How to set up User email verification after Signup?
- Problem storing arrays with update_user_meta
- Where the Nickname is being used in WordPress
- How to let user set password on registration
- wp_get_current_user always returns 0
- Allowing an email as the username?
- Grouping users under parent user
- how to disable user confirmation from administration?
- remove user_meta data from database for all users
- Save custom user meta on registration
- How to get users by a custom field / by user meta data?
- How to get last login Access Date and time
- How to create a template for a custom URI associated with the user
- How to order users alphabetically by their last name?
- Getting all user metadata from user
- How to get user metadata for social media url?
- How can i force Display names to be the same as Usernames?
- Integrating WordPress to my website, while keeping my own authentication system
- Admin user edit – Grab newly submitted user meta immediately after update/submit
- How do you add a custom option to user data?
- Extending WP_User class and using this sub-class during the whole lifecycle
- Multi-steps WordPress registration : in 4 steps how to?
- Wp_User_Query not sorting by meta key
- Add a button to users.php
- How we can get the user id by its display_name
- how to get specific fields from get_user_meta()
- How to loop through each user id?
- WP_User_Query with combined meta query – not working?
- How to use hyperdb to separate and share a user dataset between wordpress installs?
- LEFT JOIN, INNER OUTER JOIN, LEFT OUTER JOIN is driving me crazy. Please help?
- \WP_User Object | What’s the Difference Between {caps} and {allcaps}?
- Validating a new user registration field
- Show Biographical Info while creating new user
- Force users to complete their profile after they register? How to
- Check if WP_User_Query ‘include’ is empty
- Prevent user creating new users with specific roles
- Post-Registration, post-meta hook?
- include user profiles in search results?
- User meta to post
- How do i auto approve new user?
- How to add follow functionality to multi-author wordpress site?