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
A user requested the ability to customize who is able to manage certain aspects of Docs. But currently this is difficult because of our direct calls to bp_moderate. Instead, we should either have a wrapper function with a filter, or else replace bp_moderate with our own cap, which could then be mapped by default to bp_moderate.
The text was updated successfully, but these errors were encountered:
A user requested the ability to customize who is able to manage certain aspects of Docs. But currently this is difficult because of our direct calls to
bp_moderate
. Instead, we should either have a wrapper function with a filter, or else replacebp_moderate
with our own cap, which could then be mapped by default tobp_moderate
.The text was updated successfully, but these errors were encountered: