Tribe__Updater::update_required()
Returns true if an update is required
Return
(boolean)
Source
File: src/Tribe/Updater.php
public function update_required() {
return $this->is_version_in_db_less_than( $this->current_version );
}
Changelog
| Version | Description |
|---|---|
| 4.9.4 | Introduced. |