add_action( 'acf/include_fields', function() { if ( ! function_exists( 'acf_add_local_field_group' ) ) { return; } acf_add_local_field_group( array( 'key' => 'group_viajes_orbe_pro', 'title' => 'Información de Viaje', 'fields' => array( array( 'key' => 'field_nombre', 'label' => 'Nombre del Viaje', 'name' => 'nombre_viaje', 'aria-label' => '', 'type' => 'text', 'instructions' => '', 'required' => false, 'conditional_logic' => false, 'wrapper' => array( 'width' => '', 'class' => '', 'id' => '', ), 'default_value' => '', 'maxlength' => '', 'placeholder' => '', 'prepend' => '', 'append' => '', ), array( 'key' => 'field_destino', 'label' => 'Destino', 'name' => 'destino', 'aria-label' => '', 'type' => 'text', 'instructions' => '', 'required' => false, 'conditional_logic' => false, 'wrapper' => array( 'width' => '', 'class' => '', 'id' => '', ), 'default_value' => '', 'maxlength' => '', 'placeholder' => '', 'prepend' => '', 'append' => '', ), array( 'key' => 'field_imagen', 'label' => 'Imagen Principal', 'name' => 'imagen_principal', 'aria-label' => '', 'type' => 'image', 'instructions' => '', 'required' => false, 'conditional_logic' => false, 'wrapper' => array( 'width' => '', 'class' => '', 'id' => '', ), 'return_format' => 'url', 'preview_size' => 'medium', 'library' => 'all', 'min_width' => 0, 'min_height' => 0, 'min_size' => 0, 'max_width' => 0, 'max_height' => 0, 'max_size' => 0, 'mime_types' => '', ), array( 'key' => 'field_galeria', 'label' => 'Galería', 'name' => 'galeria', 'aria-label' => '', 'type' => 'image', 'instructions' => '', 'required' => 0, 'conditional_logic' => 0, 'wrapper' => array( 'width' => '', 'class' => '', 'id' => '', ), 'return_format' => 'array', 'library' => 'all', 'min_width' => '', 'min_height' => '', 'min_size' => '', 'max_width' => '', 'max_height' => '', 'max_size' => '', 'mime_types' => '', 'allow_in_bindings' => 0, 'preview_size' => 'medium', ), array( 'key' => 'field_precio', 'label' => 'Precio', 'name' => 'precio', 'aria-label' => '', 'type' => 'number', 'instructions' => '', 'required' => false, 'conditional_logic' => false, 'wrapper' => array( 'width' => '', 'class' => '', 'id' => '', ), 'default_value' => '', 'min' => '', 'max' => '', 'step' => '', 'placeholder' => '', 'prepend' => '', 'append' => '', ), array( 'key' => 'field_duracion', 'label' => 'Duración', 'name' => 'duracion', 'aria-label' => '', 'type' => 'text', 'instructions' => '', 'required' => false, 'conditional_logic' => false, 'wrapper' => array( 'width' => '', 'class' => '', 'id' => '', ), 'default_value' => '', 'maxlength' => '', 'placeholder' => '', 'prepend' => '', 'append' => '', ), array( 'key' => 'field_fecha', 'label' => 'Fecha de Salida', 'name' => 'fecha_salida', 'aria-label' => '', 'type' => 'date_picker', 'instructions' => '', 'required' => false, 'conditional_logic' => false, 'wrapper' => array( 'width' => '', 'class' => '', 'id' => '', ), 'display_format' => 'd/m/Y', 'return_format' => 'd/m/Y', 'first_day' => 1, 'default_to_current_date' => 0, ), array( 'key' => 'field_incluye', 'label' => 'Incluye', 'name' => 'incluye', 'aria-label' => '', 'type' => 'textarea', 'instructions' => '', 'required' => false, 'conditional_logic' => false, 'wrapper' => array( 'width' => '', 'class' => '', 'id' => '', ), 'default_value' => '', 'new_lines' => '', 'maxlength' => '', 'placeholder' => '', 'rows' => '', ), array( 'key' => 'field_no_incluye', 'label' => 'No Incluye', 'name' => 'no_incluye', 'aria-label' => '', 'type' => 'textarea', 'instructions' => '', 'required' => false, 'conditional_logic' => false, 'wrapper' => array( 'width' => '', 'class' => '', 'id' => '', ), 'default_value' => '', 'new_lines' => '', 'maxlength' => '', 'placeholder' => '', 'rows' => '', ), array( 'key' => 'field_itinerario', 'label' => 'Itinerario', 'name' => 'itinerario', 'aria-label' => '', 'type' => 'wysiwyg', 'instructions' => '', 'required' => false, 'conditional_logic' => false, 'wrapper' => array( 'width' => '', 'class' => '', 'id' => '', ), 'tabs' => 'all', 'toolbar' => 'full', 'media_upload' => 1, 'default_value' => '', 'delay' => 0, ), array( 'key' => 'field_destacado', 'label' => 'Viaje Destacado', 'name' => 'destacado', 'aria-label' => '', 'type' => 'true_false', 'instructions' => '', 'required' => false, 'conditional_logic' => false, 'wrapper' => array( 'width' => '', 'class' => '', 'id' => '', ), 'ui' => 1, 'default_value' => 0, 'message' => '', 'ui_on_text' => '', 'ui_off_text' => '', ), array( 'key' => 'field_boton', 'label' => 'Link Botón Reservar', 'name' => 'link_reserva', 'aria-label' => '', 'type' => 'url', 'instructions' => '', 'required' => false, 'conditional_logic' => false, 'wrapper' => array( 'width' => '', 'class' => '', 'id' => '', ), 'default_value' => '', 'placeholder' => '', ), ), 'location' => array( array( array( 'param' => 'post_type', 'operator' => '==', 'value' => 'vuelo', ), ), ), 'menu_order' => 0, 'position' => 'normal', 'style' => 'default', 'label_placement' => 'top', 'instruction_placement' => 'label', 'hide_on_screen' => '', 'active' => true, 'description' => '', 'show_in_rest' => 1, 'display_title' => '', 'allow_ai_access' => false, 'ai_description' => '', ) ); } ); https://viajesorbe.com/vuelo/vuelos-desde-colombia/ 2026-04-30T05:27:38+00:00