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
    	$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)