Skip to content

Filter by:

All Filters
NameReturnUsage
wpex_header_menu_search_positionstringReturns the correct position for the header menu search icon link. Accepts start or end. Default is "end".
totaltheme/header/menu/search/icon_labelstringReturns the text added to the header menu search link toggle. This text is hidden by default as it's primarily used for screen readers.
wpex_add_search_toggle_ubermenu_classesboolCheck if the theme should add the UberMenu specific classes to the header menu search toggle link when UberMenu is enabled.
wpex_menu_search_icon_theme_locationsarrayReturns an array of menus that support the header search icon functionality. Default is "main_menu".
totaltheme/header/menu/search/placeholderstringReturns the placeholder text to be used for the header menu search form.
totaltheme/header/menu/search/formstringReturns the search form to be used for the header. Default is get_search_form() or get_product_search_form().
totaltheme/header/menu/search/stylestringReturns the menu search style. Accepts disabled, drop_down, overlay or header_replace.
totaltheme/header/menu/search/is_supportedboolChecks if the menu search functionality can be enabled for the header. Note: if the search style is set to disabled this filter will not override.
totaltheme/header/menu/wp_menuvariedReturns the ID of a custom menu to be used for the header menu. Accepts a menu ID, slug, name, or object.
wpex_header_menu_ul_classesarrayReturns array of classnames to be used for the .main-navigation-ul element.
Back To Top