Custom Caps
Enables editing of custom capabilities for users
★ 0stars
72composer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/britco/custom-caps/archive/refs/heads/master.zipAlso on Packagist as britco/custom-caps:
composer require britco/custom-capsFrom the readme
custom-caps
Adds ability to edit custom capabilities for users in the admin. Why this isn't in core is beyond me.
How to use
Register a new capability:
$caps is an array of custom capabilities (caps) that admins should be able to edit.
That's it! Now you can edit that capability for users by going to edit user screen.
Before
After