If you want to create a Memberium shortcode for your wordpress site that is based on having a tag, but not an of a bunch of other tags. For example, show content to someone that has tag ID 22 but doesnt have any of the following tag ID’s 23,24,25. For following shortcode is for you.
[memb_has_any_tag tagid=”22″ except_tagid=”23,24,25″]
This is visible to users that have tag id 22 and does not have any of the 23, 24 or 25 tag ids
[else_memb_has_any_tag]
This is visible to users that don’t match the above condition
[/memb_has_any_tag]