Home / Archive / Set Header Menu as “Custom”
Duplicate Snippet

Embed Snippet on Your Site

Set Header Menu as “Custom”

If you are using a custom menu plugin for your header menu you can define your menu as "custom" to remove the menu customizer settings and theme mobile menu. Note: This is already done automatically for UberMenu and Max Mega Menu.

Code Preview
php
<?php
add_filter( 'totaltheme/header/menu/is_custom', '__return_true' );

Comments

Add a Comment