Skip to content

Kirby 4.1.2

$pages->first()

Returns the first element

$pages->first(): mixed

Return type

mixed

Parent class

Kirby\Cms\Pages inherited from Kirby\Toolkit\Collection

Example

<?= $page->children()->first()->title() ?>