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