manage_options is an admin role so I’d still try and changing it even if you’ve changed the roles elsewhere.
See http://codex.wordpress.org/Roles_and_Capabilities#Editor for more info.
Try the following:
add_options_page('Orbisius Simple Notice', 'Orbisius Simple Notice', 'edit_others_posts', __FILE__, 'orbisius_simple_notice_options_page');
Related Posts:
- Remove specific administrator’s capability
- Role based permission edit for plugins
- Defined user role to access plugin’s pages
- Disable text tab on WordPress text-editor
- How can I let users to access plugin functions based on roles?
- Getting user roles in plugin files
- Hook to plugins admin settings
- How to allow an editor to edit all WordPress blog posts but have the last say as administrator?
- How to create restrict content to users (by user, not by role)
- How to set add question capability for author role in wp pro quiz plugin
- Multisite – maximum number of users with specific role
- Understanding State in WordPress Multisites
- Add User Role: Pre-saved in User-Meta [SOLVED]
- Custom Login page with custom redirects for each user?
- Show WordPress Plugin Menu(Admin) To Editor
- Mutliple users editing single document in wordspress
- Creating teams of users in WordPress
- How to hide plugin options for editors via functions.php
- Plugin privelages for “editors”
- how to create user profile pages and display them based on users roles
- Disable plugin for administrator
- User / membership Plugin [closed]
- Want to add post to user dashboard
- How to give different user access to different people?
- How to give access to the particular page in wordpress for specific username/email NOT roles [closed]
- How to check if user is in back end?
- Is there a way (plugin?) to restrict a user to being able to edit just one page?
- Publish author posts only with editor approval?
- How can I modify the Capability needed to access a plugin’s options?
- Where the Nickname is being used in WordPress
- User-Specific Timezones? Hack? Plugin?
- Plugin or mod for wordpress to make content publication SUPER easy
- use WordPress theme / plugin editor in my plugin
- How do I only load a plugin js on it’s settings pages?
- Disable plugins for a specific user role
- User profiles and object associations
- How to develop a community feature in the dashboard for multiauthor site
- Customize Admin Users Screen based on Role
- Removing user contact methods works from functions.php but not from a plugin
- Dynamic homepage according to user role
- WordPress roles – Protect administrator role
- What’s the point of using WordPress’s built in admin-ajax.php?
- Filter or action hook to insert content on admin pages before tag
- How to edit/delete single row items in a table on my own menu page
- How to expire all wordpress user passwords instantly?
- Mass Import Users without sending new user notification
- Change wording of admin menu item?
- Is there a plugin to insert pre-defined link into editor?
- How create a role with admin capability less 1 or 2?
- What would be the advantages/disadvantages of remote plugin installation?
- Remove Duplicator plugin from admin menu if not an administrator
- Doubt using $wpbd->get_col for a single column
- Add a custom form on the post-new.php admin page
- how to give a user a role?
- WordPress Central User Database
- How to read individual user’s directory and display content to that specific user?
- Redirection of users away from wp-admin (but not administrators)
- Admin accounts unable to see plugins from external IP
- Set featured image using javascript in post editor
- WordPress wp-admin/network/plugin-install
- how to access all user dashboard on fronted page [closed]
- Add sub menu page in your plugin
- What’s causing this error? “Warning: Invalid argument”
- How do I get the user ID of the user that was updated in WordPress?
- Disable Plugin with one button
- WordPress Admin Menu defining function is seperate file
- Add Content to Content()
- How to add fields in the WordPress editor?
- in source code but I can’t find it in files or plugins
- Updating WordPress plugin admin panel footer text
- Remove value from array within post meta ajax admin
- How to add HTML5 required on wp_editor
- Add logo to admin menu in my plugin
- Completely remove ability to create users?
- Edit part of a post
- WordPress Membership Plugin Advice [closed]
- Auto populate a user custom field from another user custom field
- Admin Custom Plugin List Files in admin Table
- Allow a page to be edited by a specific custom role
- How to create different views for different user roles?
- How To Export User’s Custom Fields in CSV or XLSX
- Failed to load resource: the server responded with a status of 500 () post.php
- Get all user meta_keys and then group users by matching values
- On button click, redirect users to registration page instead of another page
- How can I disable access to plugin settings in wp admin for other roles
- Searchable Semi Random Number Generator on User Profiles
- Remove dashboard links from wordpress
- How to show private pages based on a user’s role?
- How can I store user preferences in WordPress and retreive them later?
- Hide top admin panel for non admin and non editors
- Why user profile update creates Additional Capabilities
- Paid Memberships Pro, Display User Limit
- Confusing problem with displaying message recipient metadata
- Allow non-admin users to access plug-in
- Different email notifications (about pending posts) to different users
- admin panel save option with ajax
- What would cause edit buttons for plugins to disappear?
- registration plugin [closed]
- Display Any Field fromAdmin Panel in Frontend via Shortcode?
- How to have certain products show for only certain users (Not roles)