/**
  * Gets images from the first post marked as 'hotel' by HotelManager in default language
  * @return Ambigous <Ambigous, multitype:, boolean, multitype:Ambigous <NULL> >
  */
 public static function get_images_from_closest_hotel_in_default_language($args = array())
 {
     $args['post_parent'] = HotelManager::get_hotel_id(null, true);
     return self::get_images_from_post($args);
 }