add_menu_page: multiple usergroups ?
-
Hi Guys
I want to allow admins and editors to view my plugin. The problem is the add_menu_page only allows me to specify one group only. How can I overcome this ?
add_menu_page( 'Plugin', 'Plugin', 'editor', 'manageplugin', array($this,'print_page') );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘add_menu_page: multiple usergroups ?’ is closed to new replies.