Tagged Questions
1
vote
2answers
633 views
What action should I hook into when adding roles and capabilities?
I'm going to be using add_role() and $role->add_cap() to set up a new custom role and attach a new capability to existing roles.
I'm wondering where the best place to do this is? Obviously I can do ...