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