Current File : /home/kelaby89/muzza.fit/wp-content/plugins/mp-timetable/templates/events/column-category.php
<?php

foreach ($terms as $term) {
	?><a href="<?php echo esc_url( get_term_link($term->term_id) );?>" rel="tag" title="<?php echo esc_attr( $term->name ); ?>"><?php
	echo esc_html( $term->name ); ?></a><?php echo ($term !== end($terms)) ? ', ' : '' ?>
<?php
}
Hello World !