$element->find() Tries to find a single nested element by query and otherwise returns null kirby/src/Parsley/Element.php#L128 $element->find(string $query): Kirby\Parsley\Element|null Parameters Name Type Default $query * string – Return type Kirby\Parsley\Element|null Parent class Kirby\Parsley\Element