Ayrıntı için
tıklaryınız $my_post = array();
$my_post['post_title'] = 'Yazım';
$my_post['post_content'] = 'Bu bir yazı örneğidir.';
$my_post['post_status'] = 'publish';
$my_post['post_author'] = 1;
$my_post['post_category'] = array(8,39);
$post_id = wp_insert_post( $my_post );
set_post_format( $post_id, 'video' ); // video veya standart olarak değiştirin