$terms = get_the_terms( $post->ID, 'subjects' ); foreach ( $terms as $term ) { echo str_replace(' ', '', $term->slug); } ...
確定! 回上一頁