// Construct the attachment array
 $attachment = array_merge( array(
  'post_mime_type' => $type,
  'guid' => $url,
  'post_parent' => $post_id,
  'post_title' => $title,
  'post_content' => $content,
 ), $post_data );

2.5.1 de böyle bir yer yok nereye koyalım?