Tribe__Updater::reset()

Reset update flags. All updates past $this->reset_version will run again on the next page load

Contents


Source

File: src/Tribe/Updater.php

	public function reset() {
		$this->update_version_option( $this->reset_version );
	}

Top ↑

Changelog

Changelog
Version Description
4.9.4 Introduced.