How to allow suscriber to access specific pages in dashboard?
First off, you can add a menu (or an admin) page using: add_menu_page() to add a top-level menu page add_submenu_page() to add a submenu page And there are also helper/wrapper functions you can use for adding a submenu page to the standard WordPress menu pages such as add_users_page() for the Users/Profile page. You can check … Read more