public static function getFileDetails($file_id)
 {
     try {
         return uploads_utils::get_upload_details($file_id);
     } catch (Exception $e) {
         // nothing here.
     }
 }