WP Manifestindependent plugin directory
manifest / users / custom-caps

Custom Caps

Enables editing of custom capabilities for users

by Paul Dufour · github.com/britco/custom-caps

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.zip

Also on Packagist as britco/custom-caps:

composer require britco/custom-caps

From 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

Read the full README on GitHub →