WooCommerce Code Reference

Selector
in package

Class representing a single CSS selector. Selectors have to be split by the comma prior to being passed into this class.

Table of Contents

$iSpecificity  : int|null
$sSelector  : string
__construct()  : mixed
__toString()  : string
getSelector()  : string
getSpecificity()  : int
setSelector()  : void

Properties

Methods