Tribe__Updater::__construct( int $current_version )

Tribe__Updater constructor.


Parameters

$current_version

(int) (Required) the current version number of a plugin


Top ↑

Source

File: src/Tribe/Updater.php

	public function __construct( $current_version ) {
		$this->current_version = $current_version;
	}

Top ↑

Changelog

Changelog
Version Description
4.9.4 Introduced.