[memb_add_tag]
This Applies to
Summary
Does not render anything, but applies a tag when a user views the page containing the shortcode.
Shortcode Examples
The shortcode to add a single tag (123) will look like this:
[memb_add_tag tag_id=123]
The shortcode to add multiple tags (123,124,125) will look like this:
[memb_add_tag tag_id=123,124,125]
The shortcode to remove tag 123 (Single tag) will look like this
[memb_add_tag tag_id=-123]
The shortcode to remove tagids 123 and 124 (multiple tags) will look like this:
[memb_add_tag tag_id=-123,-124]
Note: 123,124 and 125 are just examples used, these much be the actual tag numbers.
.
Shortcode Parameters
tag_id: The specified tag to be added.
Shortcode Attributes
Additional Information
The [memb_set_tag] has the exact same features as the [memb_add_tag]