Skip to content

Kirby 5.0.4

$pageActions->createChild()

Creates a child of the current page

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

Parameters

Name Type Default
$propsrequired array no default value

Return type

Kirby\Cms\Page

This method modifies the existing $pageactions object it is applied to and returns it again.

Parent class

Kirby\Cms\PageActions