[memb_show_until]
Summary
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
days: defaults to 0
weeks: defaults to 0
months: defaults to 0
date: specifies a date during which the content is to be displayed (?)
date_format: F jS, Y or [full name of month] [day of the month without preceding 0], [four digit year] (?)
capture: a comma separated list of destinations to send the output of the shortcode to. (?)
tagids: specifies the tagids.
txtfmt: a comma delimited list of text processing functions that will be applied on the output. (?)
Shortcode Attributes
Conditional: No (?)
Nestable: No (?)
Accepts formatting: Yes (?)
Capturable: Yes (?)
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.