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.
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
.