These are not default fields added by WordPress. They have to be added via a theme or plugin. You will need go and check where these fields are added.
I would speculate that there are some kind of priority set when these fields are registered. You need to add a lower priority (higher number) to your filter function to make sure that your filter function runs after these fields are registered. As this stage your filter function is executed first before these fields are set
Related Posts:
- Get basic Image Uploader on User Profile Page
- How to display user’s avatar on their profile page?
- Send mail to user only once when specific check box is selected and updated from profile meta updated by admin
- add custom field in user register form
- Prevent update of custom user profile meta field on the front end after 1st entry
- action user_new_form param is a string
- How do I add a dropdown list of numbers 1 – 1000 as an extra profile field?
- Using xprofile_insert_field
- How to order custom fields in the user profile (admin area)
- How $_GET[‘updated’] variable is passed when updating a user?
- how to save multiple checkbox in usermeta and get it?
- use single form to enter multiple profiles
- user profile replace first name last name with custom values
- add_user_meta() vs update_user_meta()
- Problem storing arrays with update_user_meta
- wp_get_current_user always returns 0
- how to get specific fields from get_user_meta()
- Validating a new user registration field
- How to create virtual pages with information from user meta profile fields?
- Is there a limit to the length/size of serialized data that can be stored as user meta?
- How to create user personal pages with information from their meta profile fields?
- very last action before during user registration before he is redirected to homepage
- Customizing WP tables or adding new ones?
- get_users / WP_User_Query returns empty when logged out
- update_user_meta adding new rows in db for same key
- What is the meta-box-order_post_hash used for?
- Add a member number to new user
- Get user’s ID on logout
- How to get the user description with get_users?
- get current user not working
- Getting $user_id for the_author_meta outside the loop in multisite
- No first_name or user_firstname property in WP_User object
- How to insert new element to existing array in usermeta?
- Store user’s registration date as meta
- WordPress User Profile Upload – If page is saved file reset
- Showing all users who match 2 meta fields with current user
- update_user_meta() not working
- Is it possible to read a result if wp_update_user or update_user_meta fails?
- set a user-meta key as avatar
- ‘profile_update’ hook alternative for WooCommerce user meta data
- User last login and user last visit problem
- update_user_meta after wordpress in action hooks
- Problem to wp_hash
- trying to determine if meta value exists for user and if not auto submit gravity form to redirect
- get_user_meta returning old data
- Why does the usermeta table contain html entities?
- get_user_meta returning empty when it’s NOT empty
- How can I programmatically show a specific (template) page, like author.php?
- WP_User_Query not returning users with meta – what am I missing?
- Multiple meta values for one meta key
- When is a user’s meta data table loaded?
- Display and Update User Custom Meta via user-edit.php
- Multiple Email Addresses, One User
- WordPress REST API and User meta data
- Get user_meta values for a user for an array of meta_keys?
- Displaying field value in new column in users view on wordpress
- How get meta from all users?
- How can I undo accidentally duplicated user metadata key values?
- Test if key is in user_meta array
- How to add to a user_meta field (append)
- editing usermeta when field is an array
- Solving a get_user_meta() problem in Multisite
- If logged in user views his profile page
- Add additional Fields for users and get value
- Show global Message in User Profiles with admin only Input field in WordPress Backend
- Getting a users username in get_user_meta
- Updating user meta on save post
- How to get its meta_value of a specific meta_key within wp_usermeta
- How do i put in user id in a banner
- Update user meta array using foreach
- Can’t get the user_meta correctly
- How to save a label for an extra user meta field and to display it later?
- Display user meta data from a textarea as a formated text
- get random users each time based on the meta key
- Wrong result in fetching User meta of WordPress
- How to display user_meta array as a table?
- how to get users with usermeta include array of an array
- Delete user meta ( delete_user_meta ) by key without user id
- How can I return an error message when updating user meta?
- Gender based user avatar
- Updating User Profile information removes image
- How to get value from radio buttons meta box, and return different contents?
- Using wp_login vs login_redirect to redirect based on user-meta
- Saving an array of values (file urls) to update_user_meta()?
- update_user_meta inside a popup/modal
- Checkbox not showing as checked on UserProfile (even with checked=”checked”)
- User biographical information erased on login
- If logged in user meta is
- Get meta value and associated user meta
- Hide user fields based off capability
- Store Foreach in user profile
- WP Cron: Save third party data as user meta
- Reordering fields in registration form via custom plugin
- Allow users to create and store data and retrieve it on login
- How to access User meta data within a plugin
- how to add radio field on user meta on function.php?
- WPML – how to translate user profile fields with icl_t()? [closed]
- Creating a Digital Download facility and track downloads [closed]
- Find matches of a variable in custom usermeta
- Can’t display user bio