Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

test

test

// Register Navigation Menus
function test() {

	$locations = array(
	);
	register_nav_menus( $locations );

}
add_action( 'init', 'test' );