preg_match işlemi tamamlanamadı diyor
+ öyle bir fonksiyon yok diyor
birde böyle dene
$my_cat kısmını değiştir
$my_cat = array('cat_name' => $isim, 'category_description' => $isim, 'category_nicename' => $perma, 'category_parent' => '');
oda olmasa aşağıdakini php dosyana entegre et gayet açık zaten
$my_post = array();

	$my_post['post_title'] = $baslik;

	$my_post['post_content'] = $aciklama;

	$my_post['post_status'] = 'publish';

	$my_post['post_author'] = 1;

	$my_post['filter']=true;
	
	$my_post['tags_input']        = $etiketler;

	$my_post['post_category'] = array($kategoriid);
	

$id=wp_insert_post($my_post);