Updater::run_updates()
Run Updates on Plugin Upgrades.
Source
File: src/Common/Event_Automator/Updater.php
public function run_updates() {
if ( ! $this->update_required() ) {
return;
}
$this->do_updates();
}
Changelog
| Version | Description |
|---|---|
| 6.0.0 | Introduced. |