© 2021 Greatives Hub - Powered by Greatives & Greatives Web

Reply To: Rename Portfolio

Landing Forums Somentra (Impeka) Feedback Rename Portfolio Reply To: Rename Portfolio

#428
Marius1989
Participant
Hub Member Badge

Are you talking about the backend menu item?
If so, do you only want to rename it for the editor role?

A general solution could be something like this:

function wd_admin_menu_rename() {
     global $menu;
     $menu[6][0] = 'People';
}
add_action( 'admin_menu', 'wd_admin_menu_rename' );

Paste this to the functions.php inside your child theme.
Hope this is what you were looking for.

Privacy Preferences

When you visit our website, it may store information through your browser from specific services, usually in the form of cookies. Here you can change your Privacy preferences. It is worth noting that blocking some types of cookies may impact your experience on our website and the services we are able to offer.

Our website uses cookies, mainly from 3rd party services. Define your Privacy Preferences and/or agree to our use of cookies.