Skip to content

Kirby 5.5.0

$version->unlock()

Removes the lock from the changes version without discarding changes

$version->unlock() has been marked as unstable. It might be changed in a future Kirby major or minor release without being considered a breaking change. Use with caution.

$version->unlock(Kirby\Cms\Language|string $language = 'default'): void

Parameters

Name Type Default
$language Kirby\Cms\Languageorstring 'default'

Parent class

Kirby\Content\Version