Skip to content

Filters: Page Header

NameDescription
wpex_page_header_background_image
(string/int)
|Returns the background image to be used for the page header element. This can be a URL to an image or an image attachment id.
totaltheme/page/header/subheading
(string)
|Returns the string to display for the page header subheading.
totaltheme/page/header/has_subheading
(bool)
|Check if the page header should display the subheading (if a subheading is defined).
wpex_page_header_subheading_class
(array)
|Returns array of classes to be added to the page-header-subheading element.
wpex_page_header_title_class
(array)
|Returns array of classes to be added to the page-header-title element.
totaltheme/page/header/has_title
(bool)
|Check if the page header title should display inside the page header element.
wpex_page_header_aside_class
(array)
|Returns array of classes to be added to the page-header-aside element.
wpex_page_header_content_class
(array)
|Returns array of classnames to be added to the page-header-content element.
wpex_page_header_inner_class
(array)
|Returns array of classes to be added to the page-header-inner element.
wpex_page_header_class
(array)
|Returns array of classes to be added to the page header element.
Back To Top