Skip to content

Kirby 4.2.0

$page->move()

Moves the page to a new parent if the new parent accepts the page type

$page->move(Kirby\Cms\Site|Kirby\Cms\Page $parent): Kirby\Cms\Page

Parameters

Name Type Default
$parent * Kirby\Cms\Site|Kirby\Cms\Page

Return type

Kirby\Cms\Page

Parent class

Kirby\Cms\Page