$query->where() Attaches an additional where clause kirby/src/Database/Query.php#L392 $query->where(mixed $args = null): Kirby\Database\Query Parameters Name Type Default $args mixed null Return type Kirby\Database\Query Parent class Kirby\Database\Query