Link to advanced custom fields
Enlace advanced frontend
add_filter( 'user_contactmethods', 'modify_user_contact_methods' );
function modify_user_contact_methods( $methods ) {
// Add user contact methods
$methods['edad'] = __( 'edad');
return $methods;
}
If you need any plugin for this tutorial you can find it in the plugins page.