Automattic\WooCommerce\Api\Attributes

Deprecated::__constructpublicWC 1.0

Constructor.

Method of the class: Deprecated{}

No Hooks.

Returns

null. Nothing (null).

Usage

$Deprecated = new Deprecated();
$Deprecated->__construct( readonly string $reason, );
public readonly string $reason(required)

.

(required)

.

Deprecated::__construct() code WC 10.9.1

public function __construct(
	public readonly string $reason,
) {
}