tamamda, normal görünüyor echo ile ekrana yazdırdığım zaman. Wordpress siteye eklerken botla kendi kafasına göre değiştirip ekliyor
remove_filter('content_save_pre', 'wp_filter_post_kses');
remove_filter('content_filtered_save_pre', 'wp_filter_post_kses');
$post_id= wp_insert_post( $my_post );
add_filter('content_save_pre', 'wp_filter_post_kses');
add_filter('content_filtered_save_pre', 'wp_filter_post_kses');