bbp_has_users

bbp_has_users

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_has_users') is found 1 times:

  • /includes/users/template.php line 190
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
        $bbp             = bbpress();
        $bbp->user_query = new BBP_User_Query( $r );
     
        // Filter & return
        return apply_filters( 'bbp_has_users', $bbp->user_query->have_users(), $bbp->user_query );
    }
     
    /**
     * Whether there are more users available in the loop
     *
     * @since 2.6.0 bbPress (r2464)