add menu page capability
-
Hey,
I use the following code to add a menu page:
add_menu_page(‘Easy Styler’, ‘Easy Styler’, ‘editor’, ‘easy-styler’, ‘baw_settings_page’);
However, I noticed that if i log in as an admin, I can’t see the menu item…
I would think that if i set it as “editor”, I can also see it as admin, but I can’t. So what do I do?
- The topic ‘add menu page capability’ is closed to new replies.