Requests_Cookie_Jar::offsetUnset( string $key )
Unset the given header
Parameters
- $key
-
(Required)
Source
File: wp-includes/Requests/Cookie/Jar.php
public function offsetUnset($key) {
unset($this->cookies[$key]);
}
Unset the given header
(Required)
File: wp-includes/Requests/Cookie/Jar.php
public function offsetUnset($key) {
unset($this->cookies[$key]);
}