Resumen
- Fecha de publicación
- agosto 5, 2025
TERRENO EN VENTA EL LAS JACINTAS
397 M2 CON POSESION INMEDIATA
SERVICIOS: LUZ, AGUA, CALLE ENRIPIADAS, ALUMBRADO PUBLICO.
SE COMERCIALIZA CON BOLETO COMPRA VENTA, PROXIMO A ESCRITURAR
add_action('rest_api_init', function() { register_rest_field('estate_property', 'galeria_urls', array( 'get_callback' => function($post_array) { // Obtenemos el string de IDs (ej: "27786,27784...") $ids_string = get_post_meta($post_array['id'], 'image_to_attach', true); if (empty($ids_string)) return []; // Limpiamos el string y lo convertimos en array $ids_array = explode(',', trim($ids_string, ',')); $urls = []; foreach ($ids_array as $id) { $url = wp_get_attachment_url($id); if ($url) { $urls[] = $url; } } return $urls; }, 'schema' => null, )); });