Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\Node
AttributeNode::getValue
Method of the class: AttributeNode{}
No Hooks.
Returns
null. Nothing (null).
Usage
$AttributeNode = new AttributeNode(); $AttributeNode->getValue(): ?string;
AttributeNode::getValue() AttributeNode::getValue code WC 10.4.3
public function getValue(): ?string
{
return $this->value;
}