For the taxonomy display shortcode, like in:
[tax id="especialidad" before="your text before: " separator=", " after=" your text after"]
is there a parameter to control the display of the term as link or only as text?
If not I think it's something fairly simple and valuable to add to the plugin. I've actually managed to do it elsewhere on php using this ugly but effective code:
wp_strip_all_tags(do_shortcode('[tax id="especialidad" before="" separator=", " after=""]'));
However, on this time I'd rather just use the shortcode version of it because of how my theme works. Any ideas?
Best,
David