no, new user registration wont fire the wp_login
by default. the only action hook that fire for new user registration is user_register
.
But since you are auto logging user after registration, you should provide on how you achived this, if you are using a plugin for auto login, this depends if they call do_action('wp_logn', .........)
if you manually doing it on functions.php
via user_register
hook, then execute the do_action('wp_logn', .........)
Related Posts:
- WordPress auto login after registration not working
- How can I do customizations on login, registration and password recovery forms?
- What hooks do I need to hook into to capture ever wp_user creation/change?
- Updating user meta data from external link, user not logged in
- Is there a hook that runs after a user logs in?
- Is there a hook before the user is authenticated?
- Run javascript code after wp_login hook?
- The ‘user_has_cap’ hook seems to take two page loads to trigger
- Post-Registration, post-meta hook?
- How to create custom LOGIN and REGISTRATION forms?
- after login that will redirect user role into a page
- Get user info outside WordPress
- update post meta using user_register hook not working
- How to hook into user registration process Before user registers
- How to modify an add_action() inside a loop of core function
- How to increase password requirements for registration [closed]
- Can user_register output the password?
- WordPress to use Drupal users’ credentials
- Firing a function AFTER redirect
- How to get session token of current user in wp_login hook?
- Custom action on login and “remember me”
- How to hook in after user’s registration email has been sent?
- User management system similar to wordpress one?
- Should I encrypt the response that triggers an Ajax action? Is nonce sufficient?
- User update hook
- `rest_user_query` can’t access post author in post edit screen
- user_profile_update_errors hook not executing
- wordpress disable login for unverified user
- register_activation_hook not updating
- Hook when editing user
- Custom Front End Registration – How Does the Key work in the Password Set Request?
- How to change the default mail when admin approuved an user?
- Send along login credentials with comment content
- Registration Hooks don’t appear to be working
- Keep Logged in Users out of Admin Panel
- Is it possible to add the_content filter upon login?
- Associate multiple email addresses with the same user account, so they can log in with either
- hooks for automatic approve user registration according to data in custom fields
- define two login page url
- Allowing duplicating users with same user_login and user_email
- ‘user_register’ hook – need to distinguish if created from wp admin panel
- Display custom user profile fields in wordpress
- delete_user hook failed
- add_action doesn’t work for my function
- Help hooking into user_register
- wp_get_current_user Not working
- How to get user profile information before update?
- New User ID not working in custom function with user_register hook
- Which hook should I use for this scenario regarding the registration process and account/profile update?
- Retrieve New user’s ID
- Problem in register activation hook and Copying folder
- Integrating Facebook Registration (and Login) on a WordPress page
- How to add a new link to the default register form’s footer links?
- User register hook can’t access form request
- Changing login url
- Change password reqts with NO plugin without breaking resetpass link?
- Execute a function when admin changes the user role
- Is there a WordPress core & plugins update action hook?
- How build a custom login/register form with error handling?
- What hook is executed just after wp_query has been executed?
- Multi-steps WordPress registration : in 4 steps how to?
- Custom user profile, registration, login page with theme
- How can I secure a WordPress blog using OpenID from a single provider?
- Change register form action url
- Remove username in emails or swap username for email
- How can I allow password reset based on logins containing the @ character?
- Plugin for limiting user registration based on ip with expiry period?
- What’s the difference between “wp” and “wp_loaded”?
- Is it possible to switch Gutenberg’s editor styles when document settings change?
- Use WordPress Login for a non-wordpress site
- How can I find the hook I need to rewrite a function?
- Password minimum length in personal subscription [closed]
- How to get user meta fields that have just been updated?
- admin_notices action doesn’t trigger within save_post action
- How do I have now a duplicated user entry if this is not allowed (and I cannot replicate it)?
- When a plugin gets updated from the repo, does the “activation” hook fire again?
- Divi hook not working [closed]
- Add WordPress hook outside of Plugin or Theme
- How to perform action when plugin/theme editor is used?
- Front end register with custom fields
- What is the proper hook to use for recording a post view?
- Where is publish_post hook fired?
- A good hook to check authorization and redirect?
- Custom posts and get_post_meta in {$post_status}_{$post_type}
- Hook before user is created and make some custom validation
- How to stop execution of a function via add_action hook?
- User with same Mail but a different additional info(like domain)
- Moving Javascript from footer to header
- Adding a new hidden field based on a condition in Ninja Forms
- Forcing WooCommerce customers to create account before checking out
- Store user ID on wp_term_taxonomy when new term inserted
- How to connect wordpress user with my own APP user?
- Make multiple URLs behave as home page
- Wodpress XML Import hooks
- WP users cant reset password
- Why is pre_get_posts hook invoked multiple times?
- Which hook runs first(init,… or ???) [duplicate]
- Redirect back to origin page after using get_delete_post_link()
- Is there any Reference of WordPress hook and hacks? [closed]
- Cant edit profile from frontend