You’ll need to find out what specific capabilities Admin users are missing. Once you know the full list, you can use add_cap() to add those capabilities to the Admin users and enable them to do whatever the other roles are doing.
From Shold I manually add ‘cap’ to admin role ? –
$role = get_role( 'administrator' );
$role->add_cap( 'cap' );
Replace cap with one of the capabilities you need to add to admin users. Copy and paste that second line, and add each additional capability separately.
Related Posts:
- Displaying different in-page content to cliente/admin
- Allowing users to edit only their page and nobody else’s
- Disallowing Users of a Custom Role from Deleting or Adding Administrators?
- Hide Admin Menu for Specific User ID who has administrator Role
- How to remove “Super Admin” from All Users for those that are not a “Super Admin”?
- How to customize wp_signon()
- Can I create users that have access to *some* other users posts instead of all other users posts?
- Set default page for user account in admin
- Hide everything on site for visitors except specific page IDs
- Managing Users and Creating Groups [closed]
- How to disable a specific page for a specific user
- wordpress user roles are not working
- Problem with automatic role change through cron job
- How can I allow an User to publish only 5 posts per month?
- Where are $current_user->allcaps set?
- Can I Create a Second Admin Level User Role?
- Redirect admin 403 “Cheatin uh?” admin pages
- WordPress user role with create user capability?
- Update user role for expired membership
- Custom User Role: Can Edit Own Page, Cannot Create New
- WordPress install checking permissions of user id 0
- Allowing users to edit only their page and nobody else’s
- How to bulk change user role to “No role for this site”
- Restrict Access to the User Profile
- Control Category of each user can post
- Limit user access to installing/configuring a plugin?
- How to remove/limit Editor accounts privileges, to prevent them from deleting media and pages created by Admin
- Editor can create any new user except administrator
- Show admin bar only for some USERS roles
- Grouping users under parent user
- Check if specific username is logged in
- How to update user role without logout
- How to check user role without using current_user_can()
- How to assign capabilities to user NOT to User Role
- 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]
- Customize Admin Users Screen based on Role
- WordPress edit_user_profile_update update secondary role
- How to display only logged in user’s post comments in comments area
- 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
- Restrict dashboard access for specific user roles to specific actions
- 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?
- Upgrade Nightmare – No Posts, Permissions Issues and Can’t Create a new post
- Are User Levels Still Currently Used?
- Error: How to allow the “contributor” to upload media in wordpress
- Restrict access of admin uploads to certain logged-in users?
- Remove Capabilities from WP admin for specific user role
- Fix permissions for users role
- Are there mutiple ways to get usernames (as a hacker)
- What are some best practices for user exit strategy?
- Is there a way to identify a user in a custom REST API method? [duplicate]
- Custom default filtering in the user admin panel disables the other sortable columns
- Reset Password policy
- Is possible to allow user to login with different role?
- How change user type from contributor to author
- How do I let contributors edit their posts after being approved once?
- WordPress Password security related questions
- How do you manage your pages or functions that require logged-in users?
- Load user by specific role
- Fix ‘Add Role’ Option not there in wordpress 5.2.2
- Allow Users to Modify Some Values of Assigned WordPress Pods [closed]
- Unique password to access a section site
- How should I setup the “Users” area to hand over to a client?
- Plugin permissions for Editor role
- Assigning multiple or additional capabilities to specific users or how to create additional roles like bbpress roles?
- Using my own user table
- Newly created user role not displaying on users screen
- Editor role can only create/edit/delete users who have one of two roles
- Find count of WordPress users by role and search string for user name
- wp-admin/users.php Add a column with last name
- Is nicename the same as nickname in WP?
- How do I delete a wordpress user from giant database?
- fine-grained capabilities for user related capabilities
- Redirect non-admin after login, and in url – /admin
- In admin manage users page, how can I stop users with certain privileges from editing users with other privileges?
- Groups roles & capabilities
- Button for users to upgrade their user role + Button to show current user role!
- Username has been exposed
- Subscriber role – blank page
- How to get only 1 role from user
- Front end login and page restriction
- User “none” role
- view and update form only for registered users
- Assign a category by user and customize the edit-tags.php?taxonomy=category page
- i need to let a user to add a role from a frontend form
- Forbid certain users to access a specific page
- You do not have permission to access this document on form submit
- Increase by one the user counter on specific role
- Show only users with the same role in Dashboard user list
- determine active user browser at the same time
- Remove My Account Menu items in Woocommerce based on user roles
- WordPress: New user role which is ONLY allowed to manage media
- (How) does WordPress protect direct access of user data?
- How to allow users in wordpress to switch between two assigned roles e.g. Candidate & Employer