I have added some more fields required in the registration form, e.g. address. I have modified the wp_users table and add one more address field in it.
I checked the code for registration, wp-signup.php and registration.php. I have updated the wp_insert_user functions in the registration.php but i have no idea on how to edit the wp-signup.php field as i do not know how to pass the address value to the wp_insert_user.
Can anyone help?
Thank you.