Check if the given item exists
(string) (Required) Item key
(boolean) Does the item exist?
File: wp-includes/Requests/Utility/CaseInsensitiveDictionary.php
public function offsetExists($key) { $key = strtolower($key); return isset($this->data[$key]); }
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/requests_utility_caseinsensitivedictionary/offsetexists