add_menu_page() for more than one user role
Let’s take a look at Codex page for add_menu_page… Third param is: $capability (string) (Required) The capability required for this menu to be displayed to the user. And later on in Notes section: This function takes a ‘capability’ (see Roles and Capabilities) which will be used to determine whether or not a page is included … Read more