The get_header
method returns the value of a specified HTTP header.
get_header( name )
Argument | Description |
---|---|
name
|
(string) The name of the HTTP header for which you want to get the value. |
(String). The value of the header.
|