wp 2bget tags for custom post type

Solutions on MaxInterview for wp 2bget tags for custom post type by the best coders in the world

showing results for - "wp 2bget tags for custom post type"
Manuel
04 Feb 2018
1<?php
2	echo get_the_term_list( get_the_ID(), 'ecommerce_tag', '', ',' );
3?>