apply_filters( 'wp_http_cookie_value', string $value, string $name )

Filters the header-encoded cookie value.


Description Description


Parameters Parameters

$value

(string) The cookie value.

$name

(string) The cookie name.


Top ↑

Source Source

File: wp-includes/class-wp-http-cookie.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.4.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.