Tribe__Tickets__Updater
Class Tribe__Tickets__Updater
Source
File: src/Tribe/Updater.php
class Tribe__Tickets__Updater extends Tribe__Updater {
protected $version_option = 'event-tickets-schema-version';
/**
* Force upgrade script to run even without an existing version number
* The version was not previously stored for Filter Bar
*
* @since 4.7.1
*
* @return bool
*/
public function is_new_install() {
return false;
}
}
Changelog
| Version | Description |
|---|---|
| 4.7.1 | |
| 4.10.2 | Introduced. |
Methods
- get_constant_update_callbacks — Returns an array of callbacks that should be called every time the version is updated.
- is_new_install — Force upgrade script to run even without an existing version number The version was not previously stored for Filter Bar
- migrate_4_12_hide_attendees_list — Trigger setup of cron task to migrate the hide attendees list meta for block/shortcode enabled posts.