bbp_map_group_forum_topic_meta_caps

bbp_map_group_forum_topic_meta_caps

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_map_group_forum_topic_meta_caps') is found 1 times:

  • /includes/extend/buddypress/groups.php line 306
    				break;
    		}
    
    		// Filter & return
    		return (array) apply_filters( 'bbp_map_group_forum_topic_meta_caps', $caps, $cap, $user_id, $args );
    	}
    
    	/**
    	 * Remove the topic meta cap map, so it doesn't interfere with sidebars.
    	 *
    	 * @since 2.2.0 bbPress (r4434)