[memb_set_tag]
This Applies to
OTHER DOCS Available
Shortcode Video
Summary
When the shortcode loads, it applies or removes the specified Tag Ids to a logged in users record.
Shortcode Examples
The below adds two tags:
[memb_set_tag tag_id=312,432]
The below removes a tag:
[memb_set_tag tag_id=-312]
Shortcode Parameters
tag (required): Comma delineated list of tags, negative numbered tags are removed, positive numbered tags are added.
contact_id (Optional): The Contact ID of the contact to make the tag change to. Defaults to the currently logged in member’s contact id.
Shortcode Attributes
Additional Information
The [memb_set_tag] has the exact same features as the [memb_add_tag]