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?
- Prefix user login_name and validate it is unique on Registration
- is_user_logged_in() doesn’t work after custom login and redirect
- Use wp init hook to call other hooks?
- Hook that fires when admin setting is saved
- What is the difference between update_post_meta and update_postmeta hooks?
- How to remove action hook done in a plugin from functions.php in my theme?
- Hooks for trashing, deleting, saving, restoring custom post type
- Extending WP_User class and using this sub-class during the whole lifecycle
- Use $query->set multiple times with pre_get_posts?
- Hook before inserting user into database [duplicate]
- Removing labels and tag on WordPress’s default login form
- How Do I Prevent Junk Account Creation?
- Login & Register & Custom details WITHOUT plugin
- Last time a user logged in
- How can I verify users facebook ID that he provides during signup process
- Need to check is_archive during init
- Trying to run a compile command while saving post
- 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
- Divi hook not working [closed]
- How to perform action when plugin/theme editor is used?
- Front end register with custom fields
- how redirect users to custom login page when “login to reply” is clicked? [duplicate]
- Print on screen during shutdown hook – error during saving in theme-editor.php
- 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)
- changing genesis_before_while in new theme framework
- 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
- Transition_Post_Status hook not working properly
- WP users cant reset password
- Are there Hooks for featured image popup?
- WordPress sending data with add_action
- Change hyperlink to User Registration page instead of WordPress login page
- How to hide / remove attachment “alt” or “caption” field in Admin?
- Access post meta just after publishing
- Which hook runs first(init,… or ???) [duplicate]
- Custom registration field to SQL database
- 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