Sets the selector.
Parameters
$selectorstringrequired- The CSS selector.
Source
public function set_selector( $selector ) {
$this->selector = $selector;
return $this;
}
Changelog
| Version | Description |
|---|---|
| 6.1.0 | Introduced. |
Sets the selector.
$selectorstringrequiredpublic function set_selector( $selector ) {
$this->selector = $selector;
return $this;
}
| Version | Description |
|---|---|
| 6.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.