bbp_get_topic_tag_caps()
Return topic tag capabilities
Description
Return
(array) Topic tag capabilities
Source
File: bp-forums/topics/capabilities.php
function bbp_get_topic_tag_caps() { return apply_filters( 'bbp_get_topic_tag_caps', array ( 'manage_terms' => 'manage_topic_tags', 'edit_terms' => 'edit_topic_tags', 'delete_terms' => 'delete_topic_tags', 'assign_terms' => 'assign_topic_tags' ) ); }
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.