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