function insert_db_posts() { $thepost = wp_insert_post(array( 'post_type' => 'art', 'post_title' => 'Try hard', )); wp_set_object_terms( $thepost, 37, 'artist'); ...
確定! 回上一頁