I'm using White Label Branding to selectively show menu options in the "Editor" dashboard. Everything works correctly except for one critical menu: my event registration plugin. It isn't selected as "hidden", but doesn't appear. Please advise or submit quote to fix.
Thanks
Denzel Chia answers:
Hi Patrick,
Perhaps the event registration plugin menus are hook in at administrator capability only.
Refer to http://codex.wordpress.org/Function_Reference/add_menu_page
Changing the capability to moderate_comments will allow super admin, administrator, and editor to access the menus.
Thanks.
Denzel