Skip to content

Kirby 3.8.4

$pageactions->save()

Stores the content on disk

$pageactions->save(array $data = null, string $languageCode = null, bool $overwrite = false): Kirby\Cms\PageActions

Parameters

Name Type Default
$data array null
$languageCode string null
$overwrite bool false

Return type

Kirby\Cms\PageActions

This method does not modify the existing $pageactions object but returns a new object with the changes applied. Learn more →

Parent class

Kirby\Cms\PageActions