Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\XPath

XPathExpr::addStarPrefixpublicWC 1.0

Method of the class: XPathExpr{}

No Hooks.

Returns

$this.

Usage

$XPathExpr = new XPathExpr();
$XPathExpr->addStarPrefix(): self;

XPathExpr::addStarPrefix() code WC 10.7.0

public function addStarPrefix(): self
{
    $this->path .= '*/';

    return $this;
}