$location is a variable. You have to discover its value. There is somewhere:
$location = 'some_location';
and then you will be able to write:
<?php wp_nav_menu( array('theme_location' => 'some_location', 'depth' => 3 ) ); ?>
$location is a variable. You have to discover its value. There is somewhere:
$location = 'some_location';
and then you will be able to write:
<?php wp_nav_menu( array('theme_location' => 'some_location', 'depth' => 3 ) ); ?>