Tribe__Events__Community__Tickets__Updater
Source
File: src/Tribe/Updater.php
class Tribe__Events__Community__Tickets__Updater extends Tribe__Events__Updater {
protected $version_option = 'tribe-events-community-tickets-schema-version';
/**
* Force upgrade script to run even without an existing version number
* The version was not previously stored for Community Tickets
*
* @since 4.5.4
*
* @return bool
*/
public function is_new_install() {
return false;
}
}
Changelog
| Version | Description |
|---|---|
| 4.5.4 | 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 Community Tickets.
- migrate_fee_data_to_existing_orders — Trigger Setup of Cron Task to Add Fee Data to Community Ticket Orders.