Tribe__Events__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, 'flush_rewrites' ),
array( $this, 'set_capabilities' ),
);
}