ActiveCampaign
Also available forKeap

[memb_show_until]

Summary
This shortcode displays the content for a specifed time limit.

Description

This shortcode displays the content for a specifed time limit.

Shortcode Examples

This shortcode (without the else clause) will simply show that content until the day of expiry and then not show anything when it becomes unavailable.

[memb_show_until days="4"]
This content is displayed if the subscriber has NOT been a member at least 4 days.
[/memb_show_until]

This shortcode will display a specific message until the set number of days:

[memb_show_until days="4"]
This content is displayed if the subscriber has NOT been a member at least 4 days.
[else_memb_show_until]
This content is displayed if the subscriber has been a member at least 4 days.
[/memb_show_until]

This shortcode will display a specific message until the set number of Months:

[memb_show_until months='7']
This content is displayed if the subscriber has NOT been a member at least 7 months
[ELSE_memb_show_until]
This content is displayed if the subscriber has been a member for at least 7 months.
[/memb_show_until]

Shortcode Parameters

daysdefaults to 0
weeksdefaults to 0
monthsdefaults to 0
datespecifies a date during which the content is to be displayed (?)
date_formatF jS, Y or [full name of month] [day of the month without preceding 0], [four digit year] (?)
capturea comma separated list of destinations to send the output of the shortcode to. (?)
tagidsspecifies the tagids.
txtfmta comma delimited list of text processing functions that will be applied on the output. (?)

Additional Information

Note: The content of this shortcode will be displayed to the member as long as the member’s active registration does not exceed the specified date or time limit.

This shortcode will count from the date/time that the user was created in WordPress.

Shortcode Attributes

ConditionalNo
NestableNo
Accepts formattingYes
CapturableYes