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 );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.