Automattic\WooCommerce\Vendor\Sabberworm\CSS\Property

Selector::getSelectorpublicWC 1.0

Method of the class: Selector{}

No Hooks.

Returns

String.

Usage

$Selector = new Selector();
$Selector->getSelector();

Selector::getSelector() code WC 10.5.0

public function getSelector()
{
    return $this->sSelector;
}