To be honest, it’s a site that had tens of plugins and it’s very possible that there is a conflict with other plugin, but since this this one is the only one that fails, I assume it’s something on this one.
Also, just realized this happens on the Pro version, where you don’t have that check in place.
@wpxteam sweet, can you also update the minified version too?
Careful not to confuse ‘taxonomy’ (ex: post_tag, category) with ‘term’ (ex: dog, cat, news, etc.).
Yep, the term is what I really want 😀
$terms = get_the_terms( $post_id, $taxonomy);
Dude! THANKS! (translation:works like a charm!)