'post_status' => 'publish' ); $post_id = wp_insert_post( $args ); echo 'post ID: ' . $post_id . ' - ' . $args['post_title'] . '<br>'; // make comments array ...
確定! 回上一頁