Fffff
// Register Navigation Menus function custom_navigation_menus() { $locations = array( 'SOPORTE' => __( '', 'text_domain' ), 'PELOTAS' => __( '', 'text_domain' ), 'SALAME' => __( '', 'text_domain' ), 'SALIDA' => __( '', 'text_domain' ), 'CUADRADO' => __( '', 'text_domain' ), ); register_nav_menus( $locations ); } add_action( 'init', 'custom_navigation_menus' );