Tribe__Updater::__construct( int $current_version )
Tribe__Updater constructor.
Contents
Parameters
- $current_version
-
(int) (Required) the current version number of a plugin
Source
File: src/Tribe/Updater.php
public function __construct( $current_version ) {
$this->current_version = $current_version;
}
Changelog
| Version | Description |
|---|---|
| 4.9.4 | Introduced. |