Title: wp_create_user
Last modified: August 21, 2016

---

# wp_create_user

 *  [wvx](https://wordpress.org/support/users/wvx/)
 * (@wvx)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/wp_create_user/)
 * Hello,
 * I try to make an independant custom register page.
 * To add field directlty from a register page into the wpdatabase I used
 * $status = wp_create_user( $username, $password, $email );
 * It doesn’t seems to be the same to add a field previously create in redux. For
   exemple in the wpadmin if I create the new field “address” like below, it’s not
   working :
 * $status = wp_create_user( $username, $password, $email; $address );
 * Any ideas ?
 * [http://wordpress.org/plugins/register-plus-redux/](http://wordpress.org/plugins/register-plus-redux/)

The topic ‘wp_create_user’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/register-plus-redux.svg)
 * [Register Plus Redux](https://wordpress.org/plugins/register-plus-redux/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/register-plus-redux/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/register-plus-redux/)
 * [Active Topics](https://wordpress.org/support/plugin/register-plus-redux/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/register-plus-redux/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/register-plus-redux/reviews/)

## Tags

 * [create user](https://wordpress.org/support/topic-tag/create-user/)
 * [manually](https://wordpress.org/support/topic-tag/manually/)
 * [user](https://wordpress.org/support/topic-tag/user/)

 * 0 replies
 * 1 participant
 * Last reply from: [wvx](https://wordpress.org/support/users/wvx/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/wp_create_user/)
 * Status: not resolved