php $my_post = array( 'post_type' => 'post', 'post_status' => 'publish', 'post_title' => $_POST['Nome'], ); $post_id = wp_insert_post($my_post); ...
確定! 回上一頁