Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Andrés_menu

menu

// Register Navigation Menus
function Andrés_ubicación_menu_footer() {

	$locations = array(
		'Ubicación_footer' => __( 'Footer', 'Andrés_ubicación_menu_footer' ),
	);
	register_nav_menus( $locations );

}
add_action( 'init', 'Andrés_ubicación_menu_footer' );