mbr_is_member
Usage
This shortcode determines the content to be displayed based upon the member status of the current visitor.
It evaluates true for any visitor who has a membership tag as selected in ActiveMember360, Settings, Memberships in their ActiveCampaign contact record.
Parameters
None.
Validity
This shortcode is evaluated for any type of visitor.
Conditional Branching
[ELSE_is_member] conditional branching is supported.
Nesting
Shortcode nesting is NOT supported.
Examples
- Example 1
Display “Content only for those who have a membership.” if the user is logged in AND has a membership tag as selected in ActiveMember360, Settings, Memberships in their ActiveCampaign contact record. Otherwise display “Content only for those who don’t have a membership, or not logged in visitors.”:
[mbr_is_member]
Content only for those who have a membership.
[ELSE_is_member]
Content only for those who don't have a membership, or not logged in visitors.
[/mbr_is_member]
API
There is currently no ActiveMember360 API function equivalent for this shortcode.