Uses
| Uses | Description |
|---|---|
| wp-includes/class-wp-http-cookie.php: WP_Http_Cookie::getHeaderValue() | Convert cookie name and value back to header string. |
Retrieve cookie header for usage in the rest of the WordPress HTTP API.
(string)
File: wp-includes/class-wp-http-cookie.php
public function getFullHeader() { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.MethodNameInvalid
return 'Cookie: ' . $this->getHeaderValue();
} | Version | Description |
|---|---|
| 2.8.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_http_cookie/getfullheader