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