BBP_Forums_Group_Extension::remove_group_forum_meta_cap_map()
Remove the topic meta cap map, so it doesn’t interfere with sidebars.
Description Description
Source Source
File: includes/extend/buddypress/groups.php
public function remove_group_forum_meta_cap_map() { remove_filter( 'bbp_map_meta_caps', array( $this, 'map_group_forum_meta_caps' ), 99, 4 ); }
Changelog Changelog
Version | Description |
---|---|
2.2.0 | Introduced. |