Tribe__Events__Community__Tickets__Updater::get_constant_update_callbacks()
Returns an array of callbacks that should be called every time the version is updated.
Return
(array)
Source
File: src/Tribe/Updater.php
public function get_constant_update_callbacks() {
return array(
array( $this, 'migrate_fee_data_to_existing_orders' ),
);
}
Changelog
| Version | Description |
|---|---|
| 4.7.0 | Introduced. |