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

Top ↑

Changelog

Changelog
Version Description
4.9.4 Introduced.