You could try the following. Add to your functions.php
function admin_profile_menu()
{
remove_menu_page('profile.php');
add_menu_page(
"NEWLABEL",
"NEWLABEL",
"",
"profile.php",
"",
"dashicons-admin-users",
"40"
);
}
add_action('admin_menu', 'admin_profile_menu');
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]
- Custom Profile Field for
- 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
- 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
- How to remove these fields from the ‘Profile’ section?
- How do you update user_email on the front end in WP 3.3?
- How to obtain the user ID of the current profile being edited in WP-Admin?
- How to hide admin account in BuddyPress? (for security reasons)
- How to add first name & last name to default registration form?
- User Profile / Add Custom Fields
- Get attachment ID of author_meta image – Attachment Metadata
- Different fields in My Profile page depending on user role
- How to Save Different Usermeta Fields According to User Role?
- Login redirect to certain bp profile page
- Remove toolbar option (and set to default to no) in user profile
- How can I add an image field to BuddyPress Extended Profile Fields? [closed]
- Add custom fields to the user profile
- Creating user relationships
- How to add custom fields to my custom registration form
- How to display user’s avatar on their profile page?
- How to show a gloabl message on a user profile page (in back end)?
- Display custom fields in frontside user profile
- Maintain user profile data in a non-WordPress database
- Prevent update of custom user profile meta field on the front end after 1st entry
- Add custom profile field only for site admins?
- How to Remove or Deactivate “Application Passwords” in WordPress
- How to add required fields in user profile admin page?
- How to have sample page for each new register users in a membership website
- Change avatar on themed profile page
- First and last name fields not filled when using wp_insert_user
- What is correct way to change user’s email?
- What hook do I use if I want to update a user profile field when a new user is created?
- How to make current user’s avatar + display name link to their profile?
- Give users alternative/second avatar that is rectangle sized
- Displaying user selected custom tags/taxonomies on the front-end
- display specific sidebar for each role
- User profile Pick a premade Design/theme
- Filter to remove the default password on “Your Profile” page
- BuddyPress user bio in profile [closed]
- How to read and write session data?
- How $_GET[‘updated’] variable is passed when updating a user?
- How to display all user profile info in myaccount page wordpress
- How to display extra fields for user
- Gender based user avatar
- How to add locations input to user profile?
- How to make custom user profile page public?
- how to save multiple checkbox in usermeta and get it?
- How to save multiple custom user profile fields using repeater JQuery
- How to do action form from functions.php?
- Restrict Access to the User Profile
- Checkbox not showing as checked on UserProfile (even with checked=”checked”)
- Adding custom HTML to each profile group tab [closed]
- Where To Find bb_profile_data(); In bbPress?
- How to display comments by logged in user and responses?
- How to update user profile or inputing any data to the wp db from external site?
- Author.php display profile for all types of users
- List all authors by matching custom meta data on a category page
- user profile replace first name last name with custom values
- how to add radio field on user meta on function.php?
- Adding profile data to database
- 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