The user profile page has the following fields:
Username
First Name
Last Name
Nickname
Display name
Contact Info
E-mail
Website
AIM
Yahoo IM
Jabber / Google Talk
How can more fields be added to this section. Field such as Phone number, address, or anything else.
You need to use the
'show_user_profile'
,'edit_user_profile'
,'personal_options_update'
and'edit_user_profile_update'
hooks.Here’s some code to add a Phone number:
That code will add a field to your user screen that looks something like this:
There are also several blog posts available on the subject that might be helpful:
Or if you prefer not to roll-your-own there are plugins that add said features such as the following (although I’m sure there are others):
Hope this helps.
Source: WPBeginner