Capability parameter of add_submenu_page() function can only take a single capability,
so if you are using the built in roles you can select a capability fro the long list that both administrators and editors have any of these
(use any of these freely):
- moderate_comments
- manage_categories
- manage_links
- unfiltered_html
- edit_others_posts
- edit_pages
- edit_others_pages
- edit_published_pages
- publish_pages
- delete_pages
- delete_others_pages
- delete_published_pages
- delete_others_posts
- delete_private_posts
- edit_private_posts
- read_private_posts
- delete_private_pages
- edit_private_pages
- read_private_pages
Related Posts:
- Pricing Tables admin page capability
- What action should I hook into when adding roles and capabilities?
- What is valid timing of using current_user_can() and related functions?
- Allow Contributor to change the author of his own post?
- What’s the difference between Role and Meta capabilities; When to use map_meta_cap() filter
- How can I grant capabilities directly to users (not roles) in wp-admin?
- Disable posts, only allow to edit existing pages, not create new ones (create_posts)
- How to get all capabilities of an existing user role
- What exactly is WordPress?
- Does the “promote_users” capability allow someone to create a new admin account?
- current_user_can( ‘edit_post’, $post_id ) does not work for contributer but for administrator
- Add user capability and check against it
- Listing all capabilities in dropdown is returning boolean
- Add Media Upload Capabilities Needed for Custom Role for non-Posts
- Hooking into add_submenu_page
- add_cap only adding the first two in array
- Odd behaviour with submenu link creation
- How can I prevent a writer from being able to edit an article that has been scheduled?
- Check whether user can delete a given post
- How to change menu page capability
- Multiple Authors on Single Post
- Allow unfiltered HTML in titles for low level users?
- Allow users to set a post author
- Unify the roles and caps?
- current_user_can capabilities in the admin not working as expected
- Remove menu items from admin page and limit capabilities
- Filter list of rules based on a capability
- Using author_can() on custom post types in WordPress
- How to show a admin bar menu item only to users with certain capabilities?
- Restricted user capabilities cannot add image
- User capability per post
- How come I see a manage_categories capability but not a manage_tags capability for any users?
- Theme option editing capability problems
- Allow Contributor to edit published post and filter by page id
- Role capability issue
- Usage of current_user_can()
- Is it wise not to use only meta capabilities for certain basic post types?
- Remove capability from specific user
- What capabilities are assigned to unauthenticated users?
- Capabilities Not Changing
- Assign multiple roles , overlapping capabilities
- Administrator role capabilities
- How to get all capabilities
- Prevent all users from editing posts except admins using hooks
- WordPress remove capability post ,media completely for custom role
- Add capability to “Editor” role to be able to view all users attachments
- Why cannot author edit pages?
- Add capability to a role , so user is only able to view his own posts
- Plugin page and capabilities
- how to change capability required to view an admin page? [duplicate]
- How can restrict certain users from delete a category but can view only in wordpress?
- Delete admin edit/delete links in users list wordpress admin
- Create a Capability category to group a few custom Capabilities
- Capability to edit post slugs
- admin can not change author profile picture
- Changing capability type without altering plugin
- Can’t create new Pods pages
- Is there a way of retrieving the core WP capabilities?
- Best Roles and Capability on a site with review features using a front end custom post
- Not able to give editors acess to new admin menu item
- Manage Roles and Capabilities on Multi-site
- Getting a List of Currently Available Roles on a WordPress Site?
- Editor can create any new user except administrator
- Capabilities Vs User Meta
- How can I modify the Capability needed to access a plugin’s options?
- add_submenu_page() link missing ‘admin.php?’ prefix
- Read only capability for custom post in admin area
- How to update role capabilities
- Restrict users from editing post based on the age of the post
- Roles & capabilities GUI that does not create separate table
- How to assign capabilities to user NOT to User Role
- How to restrict specific post types from being read or added by specific user roles (eg. author)?
- What are the differences in capabilities between the super-administrator and administrator?
- Admin custom option screen not saved unless user manage_options capability
- What capability allows someone to change a page’s/post’s author?
- WordPress capability_type arguments
- How can I set status=’publish’ for all featured images?
- Custom role based users are not able to access wp-admin
- How can I control multiple editing of wordpress posts?
- Custom Role for CPT Only
- edit_comment capability for subscriber
- Custom Taxonomies Cababilities
- WordPress theme custom capabilities not works
- How to get an array of user roles with or without a specific capability?
- How to restrict CPT post’s fronted view only for specific user roles?
- Adding Custom Capabilites
- Custom post types as sub menu pages and role capabilities issue
- add multipe sub menus using add_submenu_page
- Disable user from updating certain posts
- Access to CPT but not to ‘post’ post type
- You do not have sufficient permissions to access this page on a submenu
- The Capability to choose post/page template
- Capabilities not working with custom post type
- Disabled delete_others_posts if post is from admin
- user_has_cap filter allows “edit_others_posts” but not is not allowing updating/publishing
- How to create a custom post-new.php page for plugin , no wp menu
- How to give custom roles the capability to edit one Menu instead of every Menu
- Remove dashboard links from wordpress
- Remove Custom Capability
- Metabox on a custom page – How to include the appropriate default scripts and styles?