WordPress Добавить фронт меню

wp_nav_menu(
array('menu' => "Menu 1") // Where 'Menu 1' is the Menu name or menu ID
);
gtamborero