A conflict with Brizy builder plugin
-
Hi guys,
We have a conflict between Ultimate Member and Brizy plugins. Brizy has a options pageRole Manager
where you can choose which capabilities you can give for a wp role. Here we extract all the wp roles withwp_roles()->roles
. After saving page we register the chosen capability bywp_roles()->add_cap( $role_id, $capability )
.
If you add a role with Ultimate Member and go toRole Manager
page and add a capability to this role after refresh that capability is removed in Ultimate Member plugin functionum_roles_init
.
Can you guys do something to allow other plugins or themes to add capabilities to the registered roles by Ultimate Member?
I know there is aUser Role
page that allows the manipulation with the capabilities of roles but the problem is that users don’t know how to play with them and they open issues to us.The page I need help with: [log in to see the link]
- The topic ‘A conflict with Brizy builder plugin’ is closed to new replies.