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 there a plugin or resource for custom implementation for OAUTH and regular user login?
- is_user_logged_in() doesn’t work after custom login and redirect
- Hook to change Author Info
- Hook triggered twice in a Woocommerce single product page
- User account activation links are lacking query strings
- Why the post ID is 0 in a hook within wp_insert_post_data?
- How to resolve 500 error in post listing page?
- Function Hooked on Init Running Multiple Times
- set_post_format called after wp_update_post when using bulk edit?
- WP-Automatic to run publish hooks
- Users Ultra: Hide asterisk for required registration fields?
- Cannot login in WordPress even after changing hash password in phpmyadmin
- List users in a dropdown for login
- WordPress save_post hook not firing when checking if _GET[‘post’] is set
- Access post meta just after publishing
- How to work with hooks and Posts to posts plugin?
- Which hook runs first(init,… or ???) [duplicate]
- Set user role on registration so can upload file to own media library area
- Send email to post author 1 day before his project ends
- custom login form, guide me
- Multisite “Skip Confirmation Email” Log Out Problem
- Login user after registration programmatically
- Object oriented programming, add_action in constructor not firing
- add hook restricted only to either plugins or themes?
- Change “login/register” to “useraccount” when a user has logged in
- Create custom fields/meta data gender+country – radiobuttons and dropdown on register screen for these fields
- template_redirect and title
- How to get rid of the username of registration form in theme my login wp plugin?
- How to hook watchdog script for existence of a WP page?
- Disallow user registration/checkout via Hotmail/Yahoo
- Get new (not old) post inside transition_post_status hook
- Using actions, hooks and filters in a non-WordPress page
- addaction hook cause redirection problem
- How to Show Different Information to your authors/contributers
- When is get_currentuserinfo() needed?
- Custom registration field to SQL database
- disable publish button until condition is not met
- Hide post completely and still reach it via cURL
- Cannot override hooks.php
- Changing starting number of User ID
- How do I remove an action hook by s2member
- Removing action from template class
- Where do I find “log in” and “register” link which are located on the top right corner?