Tribe__Updater::reset()
Reset update flags. All updates past $this->reset_version will run again on the next page load
Source
File: src/Tribe/Updater.php
public function reset() {
$this->update_version_option( $this->reset_version );
}
Changelog
| Version | Description |
|---|---|
| 4.9.4 | Introduced. |