What you want is add_role()
The Codex provides sample code:
$result = add_role(
'basic_contributor',
__( 'Basic Contributor' ),
array(
'read' => true, // true allows this capability
'edit_posts' => true,
'delete_posts' => false, // Use false to explicitly deny
)
);
if ( null !== $result ) {
echo 'Yay! New role created!';
}
else {
echo 'Oh... the basic_contributor role already exists.';
}
Related Posts:
- add_role() run only once?
- wp_update_user not updating
- REST API, get user role?
- Is WordPress’ is_user_logged_in() secure?
- Allow user to Publish, but not Edit or Delete
- Email notification for editors only
- Custom Post Type’s Capabilities map_meta_cap issues
- Adding multiple user roles dynamically
- Author Role – Allow editing of Gallery images
- How do I allow anyone to edit a post — but not access dashboard
- What is the difference between “create_users” and “add_users” capabilities?
- Conditional Tags for Membership Levels when using Wishlist Member Plugin?
- Allow user to edit specific user with meta key using map_meta_cap
- How to remove sticky post capability for a specific user role?
- Let new user role to ‘edit_others_posts’ of other user role, not of its own type
- How to restrict access to specific pages on the back-end?
- User registration approval based on role selected
- add_menu_page() for more than one user role
- How do I turn off the Admin Bar for all Subscribers?
- Hide from specific role the top admin bar new button
- exclude roles from overview
- How do I remove the Other Roles field (from User Role Editor plugin) in wp-admin/user-new.php
- Can you set a role as author?
- New user created as Participant rather than Contributor [closed]
- How can I disable the update notice for non-administrators?
- How to allow user to edit post in wordpress
- wordpress editor role remove all but ‘menus’ in appearance menu
- Where are the WordPress capabilities stored?
- Display user meta by different user role
- Conditional tag based on the role of author in author.php
- Custom user roles for access to specific parts of the site
- allow non logged in user to upload images in media library
- Assign a role to the user who registers on a form
- Subscriber (with read permissions) cannot view Private posts
- How can I add a custom role capability to use in a custom plugin?
- DISALLOW_FILE_EDIT constant being ignored
- Add a button or radio box that update the user role
- How to change user role using hook
- Plugin creation – how to add user rights?
- User roles are changing automatically
- User restricted only show posts assigned to current user
- Give Editor Access to Custom Theme Options
- Authorize users for specific pages and/or categories
- Custom Capabilities for CPT and Problem with current_user_can()
- Which capabilities are available in Gravity Forms Salesforce plugin? [closed]
- Woocommerce Wcvendors – duplicate emails when Vendor approved
- Hide front-end from every logged out user and redirect them to the default login page
- ‘upload_mimes’ filter seems to be restricting viewing/downloading as well
- How to trigger an error: “You are not allowed to edit this post.”
- Allow user edit widgets
- Problems using ‘add_role’
- allowing subscriber role to delete their own posts
- Make a single page in WordPress available only for Admin and Subscribers
- Let users edit their role from the frontend
- Let editors view post in admin but not be able to perform a save/edit
- Capabilities don’t add
- Show menu in sidebar if on specific page AND specific user role (is_page, current_user_can)
- Conditional Tag for Wishlist membership. If the user is added to two levels show particular content
- When using a user role editor how to find out any plugins’ or themes’ role?
- Is there a capability/User role plugin that lets you specify edit ‘posts’ not ‘custom posts’? [duplicate]
- Assigning a capability to a user role (code check)
- Adding a role using Members and Formidable Forms [closed]
- Adding all custom capabilities to admin
- On action, change user role
- User role and capablities only for 1 plugin
- How to give plugin access to specific role(s)
- Add a second role when registering programmatically
- Is there a way to allow users with “Subscriber” user role to access media library in backend and frontend
- current_user_can( ‘edit_user’ ) does not work
- WordPress hide any html element by css when user-role
- grant multiple roles access to specific admin menu item
- Change role in maintenance mode
- What would cause wp_insert_user role to work sporadically?
- How can I add capability to multiple roles?
- underscore not allowed in role slug?
- Blank Screen Edit Page when using Editor Role
- Check what capabilitie(s) an action requires
- Give a user role capability to create orders for clients
- Can someone help me out? Why isn’t this working?
- dynamic home page according to role user
- Custom site role cannot access Appearance menu
- Restrict content piece by role – Protection message in content?
- Set User Role based on age result from Facebook Log-In – WordPress
- Custom Admin Menu Order for all User Roles
- Custom Role Allowing Things It Shouldn’t Be
- Force “submit for review” on update?
- Frontend view of normal Visitor
- Custom Role accessing the wp-option table
- used code below to allow Editor access to menus – but change permanent, how do I revert?
- Allow users to change author of post
- Display based on specific user
- Is it possible to restrict a specific user to edit a specific custom post.
- Access to option page by role/capability
- Is there a way for a limited user to just view the page of a post without being able to edit it?
- How do I make a draft post accessible to everyone?
- Authors Ability to Review Post from Contributors
- Set user role based on invitation code
- Get users by rôle in a list
- Role Scoper, don’t allow other users to see pending posts
- WordPress show content if current user get spesific role and spesific meta value