Does wp_login hook fire on user registration?
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’, ………) … Read more