Email confirmation in user registration form without a plugin
Actually, the arguments you are passing for the wp_new_user_notification() function are incorrect – it requires the user ID, not the username. Also, that may not be what you want to use in this case since it generates a link that will require the user to set a password (which is preferred). I’ll go through two … Read more