Tribe__Events__Community__Updater
Source
File: src/Tribe/Updater.php
class Tribe__Events__Community__Updater extends Tribe__Events__Updater {
protected $version_option = 'tribe-events-community-schema-version';
/**
* Force upgrade script to run even without an existing version number
* The version was not previously stored for Filter Bar
*
* @since 4.5.10
*
* @return bool
*/
public function is_new_install() {
return false;
}
}
Changelog
| Version | Description |
|---|---|
| 4.5.10 | Introduced. |
Methods
- is_new_install — Force upgrade script to run even without an existing version number The version was not previously stored for Filter Bar