Use remove_cap for this.
function remove_proofreader_create_posts(){
global $wp_roles;
$wp_roles->remove_cap( 'proof_reader', 'create_posts' );
$wp_roles->remove_cap( 'proof_reader', 'create_pages' );
}
NOTE: This is not a global function, but a method of the WP_Roles, WP_Role and WP_User classes. It must be called using an instance of one of these classes, as shown in the examples.
ALSO: You’ll want to call the function once, as in during plugin activation, not on a constant hook.
Reference: https://codex.wordpress.org/Function_Reference/remove_cap
Related Posts:
- Editor can create any new user except administrator
- Remove Ability for Other Users to View Administrator in User List?
- Groups of capabilities: users with multiple roles?
- User-edit role setting distinct from wp_capabilities? [closed]
- 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?
- How to update user role without logout
- How to check user role without using current_user_can()
- \WP_User Object | What’s the Difference Between {caps} and {allcaps}?
- How to enable the theme editor cap for an editor role?
- How to assign capabilities to user NOT to User Role
- How-to Delay The Capability To Publish Posts?
- Is there a simple way to manage capabilities per user?
- Get User Role by ID not working
- Getting users by specific capability, not role
- Are User Levels Still Currently Used?
- Remove Capabilities from WP admin for specific user role
- Add a role and give admin priviledges
- Where are $current_user->allcaps set?
- How can I prevent certain custom roles from seeing other custom roles on the user list page?
- What’s the correct way to add capabilites to user roles?
- Can I Create a Second Admin Level User Role?
- Assigning multiple or additional capabilities to specific users or how to create additional roles like bbpress roles?
- how do I add role and capability after I create a new user
- How to make WordPress ‘editor’ role to list/view/add/edit users only with the role ‘author’?
- fine-grained capabilities for user related capabilities
- Disabling user capability to edit_posts or delete_posts in the front-end
- Groups roles & capabilities
- Subscriber role – blank page
- current_user_can() returning true for capability when the user and role do not have the capability
- Getting a List of Currently Available Roles on a WordPress Site?
- Find out if logged in user is not subscriber
- What the user_status column?
- Add Custom User Capabilities Before or After the Custom User Role has Been Added?
- Hide Admin Menu for Specific User ID who has administrator Role
- Show admin bar only for some USERS roles
- Grouping users under parent user
- How to programmatically add a user to a role?
- Prevent user creating new users with specific roles
- How to assign an additional/extra/second user-role to multiple users (of a specific user-role)
- How to stop a user from updating the post date
- BuddyPress | Check if user is in current group [closed]
- Return ID of authors who have at least one post
- WordPress edit_user_profile_update update secondary role
- How to restrict specific post types from being read or added by specific user roles (eg. author)?
- How to customize wp_signon()
- Is it possible to get a user with just the password field?
- How to get the Role Name of the current user? (WordPress)
- set_role has no effect
- WP_User->add_role producing unexpected results
- Set default page for user account in admin
- Users roles, make a page belonging to multiple users
- How do I list in the backend all users that were assigned to a custom role?
- How to add local users to wordpress without email password?
- Managing Users and Creating Groups [closed]
- Restricted registrations or removing the ability to edit your password/email
- Error: How to allow the “contributor” to upload media in wordpress
- wordpress user roles are not working
- Fix permissions for users role
- What are some best practices for user exit strategy?
- Is there a way to identify a user in a custom REST API method? [duplicate]
- Problem with automatic role change through cron job
- How can I allow an User to publish only 5 posts per month?
- Is possible to allow user to login with different role?
- Disable user from updating certain posts
- How change user type from contributor to author
- How do I let contributors edit their posts after being approved once?
- How to get a users list by who created them?
- Does wordpress support natively the concept of logging-in users? (not admins, but users of the website)
- Load user by specific role
- How to hide user profile fields based on the role of the viewed user?
- Fix ‘Add Role’ Option not there in wordpress 5.2.2
- Allow Users to Modify Some Values of Assigned WordPress Pods [closed]
- Customising “user ids” and add to ‘user’ panel in the admin area
- How to hide some users to unlogged users [closed]
- Privilege to recover trashed posts
- Get Authors Role
- WordPress user role with create user capability?
- Editor role can only create/edit/delete users who have one of two roles
- User can’t search himself on rest api
- Update user role for expired membership
- Find count of WordPress users by role and search string for user name
- Hook into add_user_role and update based on new and removed roles
- Create relationships between users or user roles
- Updated user role inncorrect when using wp_get_current_user()
- In admin manage users page, how can I stop users with certain privileges from editing users with other privileges?
- Custom User Role: Can Edit Own Page, Cannot Create New
- Show user details only
- A different role for each site in a multisite
- Button for users to upgrade their user role + Button to show current user role!
- Access level seems to have gone from admin to editor
- Restrict Access to the User Profile
- How to get only 1 role from user
- Front end login and page restriction
- User “none” role
- i need to let a user to add a role from a frontend form
- Limit user access to installing/configuring a plugin?
- Increase by one the user counter on specific role
- Show only users with the same role in Dashboard user list
- WordPress: New user role which is ONLY allowed to manage media