The part of the capability is the job of the developers of the plugin. But normaly use the most plugins for manage options the object manage_options
.
But if you will, that your editor only change the plugin options from one plugin, than is this not so easy. All options of the core check for this object and also the most plugins. But you can change the role for this object and hide the other plugin settings page and so on with the help if the plugin “Adminimize” for the role of your editor.
You can also change a rolle very easy via plugin “Members”.
Related Posts:
- Editor role cannot save custom theme options
- Proper use of option_page_capability_{$page_name}
- Allow users to manage some options without granting ‘manage_options’ capability
- Are transients garbage collected?
- Getting a List of Currently Available Roles on a WordPress Site?
- Editor can create any new user except administrator
- Is there way to rename user role name without plugin?
- How to create a clone role in wordpress
- Are all options loaded to memory on each request?
- Possible to hide Custom Post Type UI/Menu from specific User Roles?
- How does object caching work?
- How to pass arguments from add_settings_field() to the callback function?
- How to use checkbox and radio button in options page?
- how to update serialized options programatically?
- How to add a Capability to a User Role?
- Select subscriber as author of post in admin panel?
- How can I get a list of users by their role?
- How to pass variable to add_settings_section() callback?
- Remove Ability for Other Users to View Administrator in User List?
- Performance with autoload and the options table
- How do I make a draft post accessible to everyone?
- What’s the difference between Options & Settings?
- Reset default roles and capabilities
- Using widget options ‘outside’ the widget
- How to load WordPress on non WP page?
- What action should I hook into when adding roles and capabilities?
- add_role() run only once?
- Custom post type role permissions won’t let me read
- what’s the meaning of the field wp_capabilities in table wp_usermeta
- Allowing custom role access to custom post type in back end
- WordPress SEO by Yoast: Hide Meta Boxes in Posts for Non-admins
- Groups of capabilities: users with multiple roles?
- Options for CDN with WordPress Including Supporting Plugins?
- User-edit role setting distinct from wp_capabilities? [closed]
- Option to set static front page disappeared from admin reading settings
- What do unfiltered_html and unfiltered_upload actually filter?
- Allow Editors to edit pending posts but not draft ones
- What’s the difference between Role and Meta capabilities; When to use map_meta_cap() filter
- How to set up default values for a plugin?
- Temporary capability for current_user_can()
- Allow user to “edit_others_posts” to save only, not publish
- Difference between Option_Group and Option_Name in Register_Settings
- Add on the fly tabs to plugin options
- Why does WordPress use serialize rather than json_encode for the options table? [duplicate]
- Plugin options will not save in database
- Allow roles below admin to add subscribers only
- How to let contributors to create a new revision(draft) editing their published posts
- Disallowing Users of a Custom Role from Deleting or Adding Administrators?
- Add Custom User Capabilities Before or After the Custom User Role has Been Added?
- How to assign specific users the capability to edit specific pages / posts / custom post types
- How can I modify the Capability needed to access a plugin’s options?
- No option to allow search engines to index my site in WP 4.3
- How to update an ‘array’ option using wp-cli [duplicate]
- Disable posts, only allow to edit existing pages, not create new ones (create_posts)
- How to enable a site administrator to edit users in a WordPress network/ multisite setup?
- Allow user to Edit Posts but not Add New?
- How to get all capabilities of an existing user role
- Defining capabilities for custom post type
- Plugin options autoloading
- How to Create a Custom WordPress Install Package?
- Settings API – creating reusable form elements?
- Settings API – changing add_settings_field() output?
- Confirmation before deleting plugin options via uninstall.php
- Temporarily give ‘manage_options’ capability
- Confusion with adding meta capabilities to a role after registering a Custom Post Type with corresponding ‘capability_type’ parameter
- Efficient way of saving plugin options
- Set WordPress settings programmatically
- Fallback when Transient API fails
- Submenu pages delete settings from options array when saved
- Can I make user role that can only access a certian content type?
- How to update user role without logout
- How to check user role without using current_user_can()
- Apply custom role capabilities to administrator (without plugin)
- get_option() from another wordpress site
- How can I get all user options?
- register_setting() vs add_option()
- Hide specific admin users’ posts
- Possible to make custom role in multisite that can add sites?
- WordPress Capabilities: edit_user vs edit_users
- Allow authors to edit only certain users
- Settings API – save an array of options as one setting (array_push?)
- Where to hook register_settings for Settings API when also want to update options outside of Settings API?
- Do not allow users to create new posts and pages
- Add_settings_field() parameterizing callback?
- How much string content can I store in an option?
- How to update role capabilities
- \WP_User Object | What’s the Difference Between {caps} and {allcaps}?
- Does the “promote_users” capability allow someone to create a new admin account?
- Capability to edit own posts and not others
- Roles & capabilities GUI that does not create separate table
- Allowing Custom Capability to Manage Plugin Options
- Do custom user roles have any default capabilities?
- How to enable the theme editor cap for an editor role?
- Set a Default Value for an Option?
- Create user role restricted to specific CPT
- How to set individual capabilities on a taxonomy? Or how to re-register an existing taxonomy?
- Role that can edit only widgets, not other theme options
- How to assign capabilities to user NOT to User Role
- How to programmatically add a user to a role?
- Prevent user creating new users with specific roles