add_action('after_setup_theme',function(){ register_nav_menus(['primary'=>__('Primary Menu','nordic-terrace-266')]); }); add_action('wp_head',function(){ if(is_admin()||is_customize_preview())return; ?>
'primary','container'=>false,'depth'=>4,'fallback_cb'=>'zx266_fallback']);return;} foreach(['menu-1','main-menu','main','header','header-menu','primary-menu','top','navigation','nav-menu'] as $l){ if(!empty($loc[$l])){wp_nav_menu(['theme_location'=>$l,'container'=>false,'depth'=>4,'fallback_cb'=>'zx266_fallback']);return;} } $menus=wp_get_nav_menus(); if(!empty($menus)&&!is_wp_error($menus)){wp_nav_menu(['menu'=>$menus[0]->term_id,'container'=>false,'depth'=>4,'fallback_cb'=>'zx266_fallback']);return;} zx266_fallback(); }} if(!function_exists('zx266_fallback')){ function zx266_fallback(){ echo ''; }}