Registration form Plugin… Email confirmation
I might be wrong but I think wp_insert_user function doesn’t call wp_new_user_notification function. As your edit you need to call this function manually. As you are testing your plugin in a live site I presume the error reporting is turned off and hence you are not getting any error. if (empty($errors)) { $myplugin_newuser = wp_insert_user(array( … Read more