Hello,
I wrote a plugin (indypress) which makes use of "custom" permissions. Unfortunately, this is not so easy for the admin to use, because they have to manually add the permission to the table. It works, it's just not easy.
I'd like to make it "checkable".
It could be done by adding a apply_filter call on the list of capabilities, adding a new one.
How can I do that?