[memb_tag_name]
Summary
Lists tag names specified.
Shortcode Examples
[memb_tag_name tagids="1282,1286,1290" delimiter="," separator="|"]
[memb_tag_name tagids="1282,1286,1290" delimiter="," separator="|" txtfmt="strtolower"]
Shortcode Parameters
tag_id: (required): Delimited list of tag numbers.
delimiter: (optional): Character the tags id’s are separated by.(default = ‘,’)
separator: (optional): Character the tag names are separated by.(default = ‘|’)
txtfmt: parameter that lets you specify a comma delimited list of text processing functions that will be applied on the output. (?)