Kirby 2 Docs
❌ Kirby 2 has reached its end of life. Migrate to a current version and
upgrade your v2 license now
.
$users->filterBy($field, $value)
Filters the collection of users by field and value
return
($users)
↑
Cheat Sheet overview
←
$users->filter($callback)
→
$users->find($username)
↓
Back to Cheat Sheet section
Top