Tribe__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 [
[ $this, 'migrate_4_12_hide_attendees_list' ],
];
}
Changelog
| Version | Description |
|---|---|
| 4.12.0 | Introduced. |