Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\XPath
XPathExpr::addStarPrefix
Method of the class: XPathExpr{}
No Hooks.
Returns
$this.
Usage
$XPathExpr = new XPathExpr(); $XPathExpr->addStarPrefix(): self;
XPathExpr::addStarPrefix() XPathExpr::addStarPrefix code WC 10.7.0
public function addStarPrefix(): self
{
$this->path .= '*/';
return $this;
}