Tribe__Events__Updater::is_new_install()

Returns true if this is a new install

Contents


Return

(boolean)


Top ↑

Source

File: src/Tribe/Updater.php

	public function is_new_install() {
		$version_in_db = $this->get_version_from_db();

		return empty( $version_in_db );
	}