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