Skip to content

Kirby 4.2.0

$page->createChild()

Creates a child of the current page

$page->createChild(array $props): Kirby\Cms\Page

Parameters

Name Type Default
$props * array

Return type

Kirby\Cms\Page

Parent class

Kirby\Cms\Page

The $props parameter

The properties are the same as for Page::create. However, num, parent, site and url are pre-defined by the parent $page and cannot be changed.