Filters: Header Menu
| Name | Description |
|---|---|
| totaltheme/header/menu/search/icon_choices | (array) |Returns an array of icons allowed to be selected for the header search icon. |
| totaltheme/header/menu/search/is_enabled | (bool) |Checks if the header menu has the search icon enabled or not. |
| totaltheme/header/menu/is_custom | (bool) |Check if the header menu is using the theme's menu or a custom menu such as UberMenu. |
| wpex_menu_cart_icon | (string) |Returns the icon name for the header menu cart icon. |
| totaltheme/header/menu/has_flush_dropdowns | (bool) |Check if the header menu should have "flush" dropdowns, in other words the header menu is the same height as the header. |
| wpex_header_menu_side_arrow_html | (string) |Returns the html used for the header menu child items side arrow. |
| wpex_header_menu_down_arrow_html | (string) |Returns the html used for the header menu drodown arrow html. |
| wpex_has_header_menu_dropdown_caret | (bool) |Check if the header menu should display the dropdown arrow. |
| wpex_get_header_drop_widget_class | (array) |Returns an array of classnames to be added to header menu dropdown "widgets" such as the dropdown search and WooCommerce cart dropdown elements. |
| wpex_header_menu_dropdown_style | (string) |Returns the dropdown style to be used for the header menu dropdowns which get's added to the #site-header element in the format "wpex-dropdown-style-{style_name}". |