Tribe__Updater::is_new_install()
Returns true if this is a new install
Return
(boolean)
Source
File: src/Tribe/Updater.php
public function is_new_install() {
$version_in_db = $this->get_version_from_db();
return empty( $version_in_db );
}
Changelog
| Version | Description |
|---|---|
| 4.9.4 | Introduced. |