Summery Summery
Get the cookie value
Syntax Syntax
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; }
Developer Resources, Tips, Tricks, Tutorials and Much more.
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; }