Automattic\WooCommerce\Api\Attributes

Metadata::get_valuepublicWC 1.0

The entry's scalar value.

Method of the class: Metadata{}

No Hooks.

Returns

null. Nothing (null).

Usage

$Metadata = new Metadata();
$Metadata->get_value(): bool|int|float|string|null;

Metadata::get_value() code WC 10.9.1

public function get_value(): bool|int|float|string|null {
	return $this->value;
}