Updater::is_new_install()
Force upgrade script to run even without an existing version number The version was not previously stored for Virtual Events.
Return
(bool)
Source
File: src/Tribe/Updater.php
public function is_new_install() {
return false;
}
Changelog
| Version | Description |
|---|---|
| 1.5.0 | Introduced. |