Wordpress - Themes and Appearance
Given this code in a WordPress theme:
What will happen if no menu is assigned to the 'footer' location?
wp_nav_menu(array('theme_location' => 'footer'));What will happen if no menu is assigned to the 'footer' location?
