Codex tools: Log in
Helps customization of the user profile page.
add_action('show_user_profile', 'add_extra_profile_fields');
function add_extra_profile_fields() {
// add extra profile fields to user edit page
}
Return to Plugin API/Action Reference