Requests_Cookie::__toString() WordPress Method
The __toString() method of the Requests_Cookie class returns a string representation of the cookie. This is useful for debugging purposes or for displaying the cookie to the user.
Requests_Cookie::__toString() #
Get the cookie value
Contents
Description
Attributes and other data can be accessed via methods.
Source
File: wp-includes/Requests/Cookie.php
public function __toString() { return $this->value; }
Expand full source codeCollapse full source codeView on TracView on GitHub