Tribe__Events__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 );
}
Reset update flags. All updates past $this->reset_version will run again on the next page load
File: src/Tribe/Updater.php
public function reset() {
$this->update_version_option( $this->reset_version );
}