Requests_Cookie::__toString() public WP 1.0
Get the cookie value
Attributes and other data can be accessed via methods.
{} It's a method of the class: Requests_Cookie{}
No Hooks.
Return
Null. Nothing.
Usage
$Requests_Cookie = new Requests_Cookie(); $Requests_Cookie->__toString();
Code of Requests_Cookie::__toString() Requests Cookie:: toString WP 5.6
public function __toString() {
return $this->value;
}