$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 );