WpOrg\Requests\Utility

CaseInsensitiveDictionary::getAll()publicWP 1.0

Get the headers as an array

Метод класса: CaseInsensitiveDictionary{}

Хуков нет.

Возвращает

Массив. Header data

Использование

$CaseInsensitiveDictionary = new CaseInsensitiveDictionary();
$CaseInsensitiveDictionary->getAll();

Код CaseInsensitiveDictionary::getAll() WP 6.6.2

public function getAll() {
	return $this->data;
}