Skip to content

Filter by:

All Filters
NameReturnUsage
wpex_mobile_menu_toggle_classarrayReturns array of classnames for the header menu mobile menu toggle element.
wpex_has_mobile_menu_altboolCheck if the mobile menu is using a custom menu for the mobile menu and it's not empty.
totaltheme/mobile/menu/is_enabledboolCheck if the header menu has a mobile menu version. If you are using a custom header you could potentially set this filter to __return_true so that the theme inserts the mobile menu code onto the page and then you can make use of it via a custom toggle button with the classname "mobile-menu-toggle".
wpex_mobile_menu_open_button_textstringReturns the text or HTML to display for the mobile menu toggle button. Default is '<span class="fa fa-bars"></span>'.
Back To Top