Zeigen Sie das NAV -Menü in Frontend mit WordPress an

<?php    wp_nav_menu( array(        'theme_location'  => 'header',    ) );?>
aayushali