Skip to content

Kirby 4.2.0

$file->unpublish()

Remove all public versions of this file

$file->unpublish(bool $onlyMedia = false): Kirby\Cms\File

Parameters

Name Type Default
$onlyMedia bool false

Return type

Kirby\Cms\File

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

Parent class

Kirby\Cms\File