Enjection
Üyeliği Durdurulmuş
Banlı Kullanıcı
-
Üyelik
23.10.2018
-
Yaş/Cinsiyet
31 / E
-
Meslek
Bilgisayar Mühendisi
-
Konum
İzmir
-
Ad Soyad
U** Z**
-
Mesajlar
271
-
Beğeniler
36 / 67
-
Ticaret
9, (%78)
Bir gün olur da yapamayan olursa deneme yanılma yapa yapa çözdüm buyrun
$my_post = array(
'post_title' => wp_strip_all_tags( $_POST['post_title'] ),
'post_content' => $_POST['post_content'],
'post_status' => 'publish',
'post_author' => 1,
'post_category' => array( 8,39 )
);
// Insert the post into the database
wp_insert_post( $my_post );