Filters the header-encoded cookie value.
Parameters
$valuestring- The cookie value.
$namestring- The cookie name.
Source
return $this->name . '=' . apply_filters( 'wp_http_cookie_value', $this->value, $this->name );
Changelog
| Version | Description |
|---|---|
| 3.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.