wp_http_cookie_value, $this->value, $this->name
wp_http_cookie_value, $this->value, $this->name
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('wp_http_cookie_value, $this->value, $this->name') is found 1 times:
- /wp-includes/class-wp-http-cookie.php line 243
* * @param string $value The cookie value. * @param string $name The cookie name. */ return $this->name . '=' . apply_filters( 'wp_http_cookie_value', $this->value, $this->name ); } /** * Retrieve cookie header for usage in the rest of the WordPress HTTP API. * * @since 2.8.0