Updater::run_updates()

Run Updates on Plugin Upgrades.

Contents


Source

File: src/Common/Event_Automator/Updater.php

	public function run_updates() {
		if ( ! $this->update_required() ) {
			return;
		}

		$this->do_updates();
	}

Top ↑

Changelog

Changelog
Version Description
6.0.0 Introduced.