Sets the selector.
Parameters
$selector
stringrequired- The CSS selector.
Source
public function set_selector( $selector ) {
$this->selector = $selector;
return $this;
}
Changelog
Version | Description |
---|---|
6.1.0 | Introduced. |
CARVIEW |
Sets the selector.
$selector
stringrequiredpublic function set_selector( $selector ) {
$this->selector = $selector;
return $this;
}
Used by | Description |
---|---|
WP_Style_Engine_CSS_Rule::__construct()wp-includes/style-engine/class-wp-style-engine-css-rule.php | Constructor. |
Version | Description |
---|---|
6.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.