Tribe__Tickets__Updater::get_constant_update_callbacks()

Returns an array of callbacks that should be called every time the version is updated.


Return

(array)


Top ↑

Source

File: src/Tribe/Updater.php

	public function get_constant_update_callbacks() {
		return [
			[ $this, 'migrate_4_12_hide_attendees_list' ],
		];
	}

Top ↑

Changelog

Changelog
Version Description
4.12.0 Introduced.