Legacy_Upgrades::__construct( string $prefix )

Constructor.

Description

See also

Parameters

$prefix

(string) (Required) Instance prefix.

Source

File: src/components/legacy-upgrades.php

	public function __construct( $prefix ) {
		$this->set_prefix( $prefix );
	}

Changelog

Changelog
Version Description
1.0.0 Introduced.