bbp_get_reply_caps()
Return reply capabilities
Description
Return
(array) Reply capabilities
Source
File: bp-forums/replies/capabilities.php
function bbp_get_reply_caps() {
return apply_filters( 'bbp_get_reply_caps', array (
'edit_posts' => 'edit_replies',
'edit_others_posts' => 'edit_others_replies',
'publish_posts' => 'publish_replies',
'read_private_posts' => 'read_private_replies',
'delete_posts' => 'delete_replies',
'delete_others_posts' => 'delete_others_replies'
) );
}
Changelog
| Version | Description |
|---|---|
| bbPress (r2593) | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.