custom_header (theme options: video color image) (tag)
| get_custom_header_markup() | Gets the HTML markup for the header title. There may be images and videos. |
| get_header_image() | Gets the URL of the header image, which is set in the theme settings. |
| get_header_image_tag() | Creates an IMG tag with the header image set in the theme settings (customizer). |
| get_header_textcolor() | Gets the text color for the header (title). The color is set in the theme settings if this option is enabled in the theme. |
| get_header_video_url() | Gets the URL of the video header specified in the settings (customizer). |
| has_custom_header() | Checks if an image is set for the theme header, or if a video is set and available for display on the current request page. |
| has_header_image() | Checks if a header image is set for the site (custom header). |
| has_header_video() | Checks if a video is uploaded for the header in the theme settings (customizer). |
| header_image() | Outputs the URL of the header image, which is set in the theme settings. |
| is_header_video_active() | Defines whether video can be displayed in the “custom‑header” area on the current page. Conditional tag. |
| the_custom_header_markup() | Outputs the HTML code for the site header specified in the customizer — this can be an image or a video. |
| the_header_video_url() | Displays header video URL specified in theme Customizer (theme settings). |