Wordpress - Themes and Appearance
What will be the output of this code snippet in a WordPress theme?
Assuming 'header-menu' is registered and assigned a menu with two items: Home and About.
wp_nav_menu(array('theme_location' => 'header-menu'));Assuming 'header-menu' is registered and assigned a menu with two items: Home and About.
