mbr_not_first_login
Usage
This shortcode determines the content to be included based upon the "first login" status of the current visitor.
Parameters
None.
Validity
This shortcode is evaluated for any type of visitor.
Conditional Branching
[ELSE_not_first_login] conditional branching is supported.
Nesting
Shortcode nesting is NOT supported.
Examples
- Example 1
- Example 2
Will display "Welcome back." if this is not the first time the visitor has logged in to the WordPress site:
[mbr_not_first_login]
Welcome back.
[/mbr_not_first_login]
Will display "Welcome back." if this is not the first time the visitor has logged in to the WordPress site. Otherwise it will display "Welcome, this is the first time you've logged in.":
[mbr_not_first_login]
Welcome back.
[ELSE_not_first_login]
Welcome, this is the first time you've logged in.
[/mbr_not_first_login]
API
info
There is currently no ActiveMember360 API function equivalent for this shortcode.