HTTP/2 301
server: nginx
date: Fri, 26 Dec 2025 22:58:35 GMT
content-type: text/html; charset=UTF-8
x-olaf: ⛄
vary: accept, content-type
x-redirect-by: WordPress
location: https://developer.wordpress.org/reference/functions/get_header_textcolor/
x-frame-options: SAMEORIGIN
alt-svc: h3=":443"; ma=86400
x-nc: MISS ord 1
HTTP/2 200
server: nginx
date: Fri, 26 Dec 2025 22:58:36 GMT
content-type: text/html; charset=UTF-8
vary: Accept-Encoding
x-olaf: ⛄
vary: accept, content-type
link:
; rel="https://api.w.org/"
link:
; rel="alternate"; title="JSON"; type="application/json"
link: ; rel=shortlink
x-frame-options: SAMEORIGIN
content-encoding: gzip
alt-svc: h3=":443"; ma=86400
x-nc: MISS ord 1
get_header_textcolor() – Function | Developer.WordPress.org
get_header_textcolor(): string
Retrieves the custom header text color in 3- or 6-digit hexadecimal form.
string Header text color in 3- or 6-digit hexadecimal form (minus the hash symbol).
| Version | Description |
|---|
| 2.1.0 | Introduced. |
Example
The example below gets the color of the text inside the header, stores it in a variable and then prints it within the echo statement.
The example below gets the color of the text inside the header, stores it in a variable and then prints it within the echo statement.