Skip to content

Filter by:

All Filters
NameReturnUsage
totaltheme/page/header/subheadingstringReturns the string to display for the page header subheading.
totaltheme/page/header/has_subheadingboolCheck if the page header should display the subheading (if a subheading is defined).
wpex_page_header_subheading_classarrayReturns array of classes to be added to the page-header-subheading element.
wpex_page_header_title_classarrayReturns array of classes to be added to the page-header-title element.
totaltheme/page/header/has_titleboolCheck if the page header title should display inside the page header element.
wpex_page_header_aside_classarrayReturns array of classes to be added to the page-header-aside element.
wpex_page_header_content_classarrayReturns array of classnames to be added to the page-header-content element.
wpex_page_header_inner_classarrayReturns array of classes to be added to the page-header-inner element.
wpex_page_header_classarrayReturns array of classes to be added to the page header element.
totaltheme/page/header/stylestringThe style to be used for the page header which get's added as a classname to the page header in the format style-{name}. Default is "default".
Back To Top