Hello friend, hope you are doing good! If you want to change the level of Profile menu in WordPress Admin panel, then keep your close attention in this as I am going to share how to change name “Profile” menu in WordPress admin area.
Copy the below code and add the below code at the end of the functions.php file.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
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'); |
After adding the above code in the “Profile” level will be changed. I hope you liked this tutorial? Do Like & share with your friends 🙂
If you like FreeWebMentor and you would like to contribute, you can write an article and mail your article to [email protected] Your article will appear on the FreeWebMentor main page and help other developers.
Article Tags: wordpress beginner, wordpress beginners, wordpress beginners tutorial, wordpress tutorial, wordpress tutorial for beginner, wordpress tutorial for beginners, wordpress tutorials, wordpress tutorials for beginners