bbp_exclude_forum_ids
bbp_exclude_forum_ids
Appears in: bbpress.2.5.14, bbpress.2.6.0, bbpress.2.6.1, bbpress.2.6.11, bbpress.2.6.2, bbpress.2.6.3, bbpress.2.6.4, bbpress.2.6.5, bbpress.2.6.6, bbpress.2.6.9
Hook Type: filter
Displaying hooks found in version: bbpress.2.6.9apply_filters('bbp_exclude_forum_ids') is found 1 times:
- /includes/forums/functions.php line 2281
// There are forums that need to be excluded $retval = $types[ $type ]; // Filter & return return apply_filters( 'bbp_exclude_forum_ids', $retval, $forum_ids, $type ); } /** * Adjusts forum, topic, and reply queries to exclude items that might be * contained inside hidden or private forums that the user does not have the * capability to view.