bbp_exclude_forum_ids

bbp_exclude_forum_ids

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_exclude_forum_ids') is found 1 times:

  • /includes/forums/functions.php line 2281
    2277
    2278
    2279
    2280
    2281
    2282
    2283
    2284
    2285
    2286
    2287
        // 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.