Tribe__Events__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 );
}
Returns true if an update is required
(boolean)
File: src/Tribe/Updater.php
public function update_required() {
return $this->is_version_in_db_less_than( $this->current_version );
}