you could filter gettext to change it. Note that this will change every translatable instance of “Profile”.
function change_admin_profile_to_account( $thename ){
$thename = str_replace( 'Profile', 'Account', $thename );
return $thename;
}
add_filter( 'gettext', 'change_admin_profile_to_account' );
Related Posts:
- Add separator to admin submenu
- Remove Pagination in Appearance -> Menus -> Categories
- How do I fix this error: Warning: invalid argument supplied for foreach()?
- Is it possible to add a filter for the output of nav-menu items in admin?
- How to make pages metabox display all hierarchy in menu admin?
- How can I get an array/list of all current WordPress Admin Menu items?
- how to only add a top-level admin menu without it creating a sub-level-menu
- Theme menu in Admin Panel
- Hiding Admin Page While Keeping Menu Expanded
- Wp menu add page link as custom empty link
- Missing Menus Structure
- WordPress menu not loading in the admin side appearence-> menu tab
- Programmatically add existing pages and subpages to Appearance Menu
- WordPress Plugin menu position overwrite other item
- How to remove menu installed in wp-admin by a theme? [closed]
- enqueue script during add menu items means before save menu items
- WordPress menu items automatically becoming empty custom links
- Restrict user to edit only edit a certain menu
- Need Help Regarding Menu Magement in admin
- Roles see different top menu (nav menu)
- how to create pages and link them to a menu
- Dashicons not showed for admin menu
- wp_is_mobile() inside js
- How to create menu in Word Press 4.2.2?
- Appearance > Menus
- Removing menu item doesn’t get removed on edit post
- Is It Possible To A Link To The Homepage From The Admin Sidebar?
- How to let the role “editor” to control the menu?
- Customizing Only a Specific Menu using the “wp_nav_menu_items” Hook?
- How make top level menu item not have link, but have sub-menus that are linked?
- Generate a Menu that Displays Child Pages using wp_list_pages() with the New Menu Functionality in WordPress 3.0?
- How Does The Walker Class Work?
- WordPress Shortcode in Menu Item Title
- Calling the Menu Title within wp_nav_menu array function
- How to hide an item from a menu to logged out users (without a plugin)
- Large WP 3.0 menu times out and won’t save
- How to apply a class to the second word in menu list item?
- How to switch between the Primary Menus programmatically?
- Generate a Menu that displays all child pages of top level parent
- Terms with more than one occurrence have current-menu-item class in menu
- Nav menu items disappearing (but not immediately)
- start_lvl on Walker is not working
- How to get Menu Navigation Labels to output HTML
- custom menu not found
- Pending Custom Link in Menu
- Benefits of using Nav Walker?
- Social Links Menu displays icon instead of text (twentyfifteen) [closed]
- has_children in custom nav_walker
- I’m having a lot of trouble since upgrade to 3.0.1 with get_page_children() function
- How to add wechat (weixin) link to navigation menu?
- Create search form in menu as in Twenty Fourteen theme
- Add link at the end of wp_nav_menu
- Link that refers to a menu item with dynamically generated URL
- Display menu locations in all sites of a multi site
- Making a navigation header menu with bulma, need some advice
- target nav class in wp_nav_menu
- How to retrieve parent menu item name of current submenu item
- Admin menu structure
- WordPress menu performance is slow when lot of items [closed]
- Create subpages in default WordPress menu
- Main menu gets replaced when second menu is created
- Hide menu items if the page content is empty
- Problem adding ‘has-children’ class to wp_nav_menu
- exclude pages in custom menu
- Adding new pages to Menu
- wp_nav_menu() | Outputting my own custom code using built in features
- How to reference argument data for wp_nav_menu() from functions.php
- Creating menu always gives error A name is required for this term
- Showing the same menu in multiple location
- Wp Nav Menu div containers
- wp_nav_menu with WP as pure CMS
- Simple form to add custom links to menu?
- What’s the best way to customize the WordPress Menu Page (in admin)
- Making the menu toggled open on mobile devices Illustratr theme
- How to include second layer sub menu to Walker Nav?
- need help in wordpress navbar setup
- How can I creat custom menu with bootstrap
- Where is the source code in the console coming from?
- Migrate old blogroll to menus automatically
- Getting parent object_id of child menu items in WordPress menu
- How to remove a sub-menu using walker hooks/filters without relying on a custom walker?
- Calling wordpress menu outside ignores custom menu item
- Specific Page that convert Hyperlink to anchor in nav menu
- Next page link via the custom menu
- How can I make this custom design menu work in wordpress?
- Active menu item / category
- Add different span class to wp nav menu
- Custom Menus and taxonomies
- Help with changing style of the extended menu drop down [closed]
- How we show pages in dropdown
- Menu support for touch devices
- wp_nav_menu doesn’t show on index page
- Automatically add new posts to a specific menu name
- Elegant way of adding an CTA to a menu
- How to set menu Display location
- How to add custom menu to block theme?
- get menu name for the current displayed page
- One item on menu is not clickable when it should be
- Critical Error when editing menu
- I need to change the hyperlink attached to the logo on the mobile menu