Skip to content

Filters: Header

NameDescription
totaltheme/header/flex/aside/content
(string)
|Returns the HTML for the header aside content for a "Flex" header style.
totaltheme/header/overlay/logo_image_id
(int)
|Returns the image ID for the overlay/transparent header logo if you are displaying a different logo then the default site logo.
totaltheme/header/overlay/style
(string)
|Returns the current overlay header style. Choices are: white, light, dark, core.
totaltheme/header/overlay/is_global
(bool)
|Check if the overlay/transparent header has been enabled globally as opposed to via the theme settings metabox.
totaltheme/header/overlay/is_enabled
(bool)
|Check if the header overlay (transparent) header is enabled.
totaltheme/header/logo/link_url
(string)
|Returns the URL for the header logo link.
totaltheme/header/logo/wrapper_class
(array)
|Returns an array of classes for the header logo wrapper div.
totaltheme/header/logo
(string)
|Returns the HTML for the header logo.
totaltheme/header/logo/image
(string)
|Returns the HTML for the header logo image.
totaltheme/header/logo/image_attributes
(array)
|Returns an array of attributes for the header logo image.
Back To Top