Tribe__Updater::get_version_from_db()
Get version from Tribe Settings for the Plugin
Return
(mixed) the version number of the plugin saved in the options
Source
File: src/Tribe/Updater.php
public function get_version_from_db() {
return Tribe__Settings_Manager::get_option( $this->version_option );
}
Changelog
| Version | Description |
|---|---|
| 4.9.4 | Introduced. |