Skip to content

Kirby 4.2.0

$plugin->updateStatus()

Returns the update status object unless the update check has been disabled for the plugin

$plugin->updateStatus(?array $data = null): Kirby\Cms\System\UpdateStatus|null

Parameters

Name Type Default Description
$data array|null null Custom override for the getkirby.com update data

Return type

Kirby\Cms\System\UpdateStatus|null

Parent class

Kirby\Cms\Plugin