Requests_Cookie::__toString()
Get the cookie value
Description
Attributes and other data can be accessed via methods.
Source
File: wp-includes/Requests/Cookie.php
public function __toString() {
return $this->value;
}
Get the cookie value
Attributes and other data can be accessed via methods.
File: wp-includes/Requests/Cookie.php
public function __toString() {
return $this->value;
}