Konu Eklerken kullandığınız değişkenler hep aynı ekstra olarak ID değeri girmelisiz aşağıdaki gibi

$my_post = array();
  $my_post['ID'] = 37;  // bu satır zorunlu konu id 
  $my_post['post_content'] = 'Bu güncellenmiş içerik.';
  wp_update_post( $my_post );