$plugin->updateStatus()
Returns the update status object unless the update check has been disabled for the plugin
$plugin->updateStatus(array|null $data = null): Kirby\Cms\System\UpdateStatus|null
Parameters
Name | Type | Default | Description |
---|---|---|---|
$data | array ornull |
null
|
Custom override for the getkirby.com update data |
Return types
Kirby\Cms\System\UpdateStatus
ornull
This method modifies the existing $plugin
object it is applied to and returns it again.