$terms = get_the_terms( $post_id, 'Fruits' ); foreach ( $terms as $term ) { wp_insert_term( $term->name, 'Vegetables' );
確定! 回上一頁