I think you want something like this:
<textarea type="text" name="twitter" id="twitter" class="regular-text"><?php echo esc_attr( get_the_author_meta( 'twitter', $user->ID ) ); ?></textarea>
Note, the input field has a value attribute while the textarea has it’s content between <textarea>
and </textarea>
Related Posts:
- How to remove Biography from user profile admin page
- Integrate WordPress and bbpress profiles?
- Remove Personal Options section from Profile
- Removing “Website” Field from the contact info
- How to disable profile.php for users?
- How to change profile picture in wordpress?
- Replace Gravatar with uploaded images?
- How to create a edit profile page for users?
- How do you make the email field on the profile page read only for subscribers?
- How do I remove the ‘Show Toolbar’ option?
- How to change the link “Edit my profile”?
- remove admin bar show hide option from profile settings
- displaying custom code on a given users profile page
- Make user profile field required
- How to Get User Profile Info on a Category Page
- Best way to change profile page
- The “Profile Picture” section just disappeared from my User Profile
- Fields in User Profile Page
- WP Use Profile Fields is missing
- user-edit.php profile options on TABS
- Using the filters in wordpress theme [closed]
- How display Last modified in profile wordpress [closed]
- Add and Remove fields in Profile page
- Removing Fields From the Profile Page of Theme My Login Plugin
- Get WordPress author link by ID
- Add a link back to site on ‘edit profile’ page for users?
- What is the php function for “user’s public profile”
- Replace a specific profile field
- How to change name “Profile”
- Did something change in regards to custom profile fields in WP 4.8.2 (mine have disappeared)?
- Implementing profile page in wordpress
- How to remove unwanted section in profile page for only users?
- allowing user to add content, photos without giving access
- Does WP “out-of-the-box” allow user profile photos? [duplicate]
- Update user from external script
- Renaming profile sections
- Renaming/translating “your profile” page
- Is possible to modify user_login after registration?
- get current user password on the profile edit page
- Edit profile fields with TML
- How to create a profile page for users?
- Remove Personal Options section only from subscribers profile
- Make display name unique
- How to use tinyMCE for user “biographical info”?
- Get a list of all available fields in the User Profile
- Where the Nickname is being used in WordPress
- Remove WordPress Toolbar buttons
- How to change admin bar color scheme in MP6 / WP 3.8 front end?
- Forcing nickname as display_name in custom edit profile template
- Linking comments from registered users to their profile pages
- How to add checkbox and radio button in Profile Page
- Connect Users and Taxonomies
- Upload gravatar in WP profile?
- How to hide fields from my user profiles
- Frontend image uploading from edit profile page. (goldenapples)
- Extra User Profile Field Upload File / Image
- the_author_meta not working
- Can simple Admin save options in a Multisite?
- remove_action with profile_personal_options
- Need advice on how to add links in users profile page?
- Custom user profile URLs
- Custom style on profile options page
- Author must complete profile info before they can publish a post?
- List User Comments on User Profile BuddyPress [closed]
- Calling custom profile fields?
- How to add local users to wordpress without email password?
- How to use the Display Name as the post title in a custom post type?
- How to add a user profile page to frontend?
- Multiple Unique Author Profiles
- Custom taxonomy forms for user profile
- Custom Profile Fields move from BBpress to BuddyPress
- After logout browser’s back button into twenty sixteen theme profile
- How to create a front end user profile with a friendly permalink and a 404 trigger
- action user_new_form param is a string
- Login again after profile update
- How to redirect users to their profile after they successfully edit their profile
- Display Custom Field for a Specific Role, but not for Admin
- How to pull user/author profile data in a plugin?
- Create a “user log”
- Using xprofile_insert_field
- Show image if author meta (profile fields) exists outside loop
- How to hide user profile fields based on the role of the viewed user?
- Hide tab Buddypress profile for visitors, not logged in users
- Add user meta after a user has registered and logged In [closed]
- redirect user to their profile after log in
- how to add wp-user fields to front-end form
- Parsing a shortcode through an author meta textfield
- WordPress 5.8 – Hide or Remove personal fields from admin Profile page
- Code correction – Hide a profile from visitors with a specific role
- Need help with drop down list on the profile
- Set a static page as a user profile page?
- Require confirmation of current user’s email before updating database and before send_email_change_email
- WordPress User profile page fields missing
- update_user_meta(): invisible data storage
- Designing a member area on my site
- Show infos only to the author in the author.php
- Modify Profile Biographical Info Field
- How to create a widget on witch a registered user can create a checklist
- Can we get user profile page using user_id in the URL?
- Issues with creating user profile for a subscriber, but with different profile page and functionalities