What's the best way to add an extra menu location to a theme that already has one?
I want to add an extra menu in a child theme of a theme that currently has a single custom menu (what is the correct terminology here?!).
Do I just use register_nav_menu() to create an additional menu?