bbp_get_forums_for_current_user

bbp_get_forums_for_current_user

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_forums_for_current_user') is found 1 times:

  • /includes/users/template.php line 2252
    2248
    2249
    2250
    2251
    2252
    2253
    2254
    2255
    2256
    2257
    2258
            $forums = false;
        }
     
        // Filter & return
        return apply_filters( 'bbp_get_forums_for_current_user', $forums, $r, $args );
    }
     
    /**
     * Performs a series of checks to ensure the current user can create forums.
     *
     * @since 2.1.0 bbPress (r3549)