Support

Home Forums Event Espresso Premium Change Plugin Name in the Left Dashboard panel 2

Change Plugin Name in the Left Dashboard panel 2

Posted: August 31, 2014 at 11:22 am


Racheal A

August 31, 2014 at 11:22 am

Hi I recently inquired about changing the name of the plugin on the left menu of the dashboard for my event managers from “Event Espresso” to something else, like “My Events”.

Post Link: https://eventespresso.com/topic/change-plugin-name-in-the-left-dashboard-panel/

It was answered but, I was wondering if you could give more guidance on what this code would like? I have EE3 Developer.

Thanks!
Racheal


Dean

September 1, 2014 at 1:51 am

Hi,

The code in question would be the following which is on line 17:

        //Main menu tab
        add_menu_page(__('Event Espresso','event_espresso'), ''.__('Event Espresso','event_espresso').'', apply_filters('espresso_management_capability', $default_role, isset($espresso_manager['espresso_manager_general']) && !empty($espresso_manager['espresso_manager_general']) ? $espresso_manager['espresso_manager_general'] : $default_role), 'event_espresso', 'organization_config_mnu', EVENT_ESPRESSO_PLUGINFULLURL . 'images/events_icon_16.png');

Here is the documentation for the WordPress add_menu_page() function http://codex.wordpress.org/Function_Reference/add_menu_page it will give you a breakdown of what bit does what so you can modify it accordingly.

The support post ‘Change Plugin Name in the Left Dashboard panel 2’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso