Description
This shortcode checks if the user is a child and displays content depending on that condition.
Shortcode Examples
[memb_groupaccount_is_child]
Show this to the child user
[/memb_groupaccount_is_child]
This shortcode can also be used with the “else” condition as per below example:
[memb_groupaccount_is_child]
Show this to the child user
[else_memb_groupaccount_is_child]
Show this to other users
[/memb_groupaccount_is_child]
Shortcode Parameters
contact_id | The ActiveCampaign contact ID of the users for which you’d like to show the content to. Optional. |
|---|---|
user_id | The user ID of the users for which you’d like to show the content to. Optional. |
not | You can use the attribute not=”not”, to reverse the results of the test. |
capture | Lets you capture the output of this shortcode and route it to the destination of your choice (?) |
txtfmt | Lets you process the output of this shortcode through text processing functions (?) |
Additional Information
This is a shortcode for Group accounts feature of Memberium for ActiveCampaign.