Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\Node

SelectorNode::getPseudoElementpublicWC 1.0

Method of the class: SelectorNode{}

No Hooks.

Returns

null. Nothing (null).

Usage

$SelectorNode = new SelectorNode();
$SelectorNode->getPseudoElement(): ?string;

SelectorNode::getPseudoElement() code WC 10.5.0

public function getPseudoElement(): ?string
{
    return $this->pseudoElement;
}