You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In any case, I implemented the members hook members_get_capabilities, not the URE hook you mention. URE also has implemented the Members hook so if they want to support that they will need to use that format.
I think I understand your issue.
My compat code also parses the URE hook to fetch all capabilities that other plugins might add to that hook.
I'll change my code to just pass an empty array to that hook. I might even just remove it completely.
Describe the bug
This filter 'ure_full_capabilites' in the User Role Editor expects a full list capability return. Example format:
while the same filter in this plugin return the
$caps
in the format:Specifications
Additional context
Any plugin using this filter returning the format that 'User Role Editor' expects creates the issue. For example WPForms.
Steps to reproduce the issue:
The text was updated successfully, but these errors were encountered: