Tribe__Updater::update_required()

Returns true if an update is required


Return

(boolean)


Top ↑

Source

File: src/Tribe/Updater.php

	public function update_required() {
		return $this->is_version_in_db_less_than( $this->current_version );
	}

Top ↑

Changelog

Changelog
Version Description
4.9.4 Introduced.