BBP_Forums_Group_Extension::remove_group_forum_meta_cap_map()

Remove the topic meta cap map, so it doesn’t interfere with sidebars.

Description

Source

File: bp-forums/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
bbPress (r4434) 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.