mbr_is_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_is_first_login] conditional branching is supported.
Nesting
Shortcode nesting is NOT supported.
Examples
- Example 1
- Example 2
Will display "Welcome, this is the first time you've logged in." if this is the first time the visitor has logged in to the WordPress site:
[mbr_is_first_login]
Welcome, this is the first time you've logged in.
[/mbr_is_first_login]
Will display "Welcome, this is the first time you've logged in." if this is the first time the visitor has logged in to the WordPress site. Otherwise it will display "Welcome back.":
[mbr_is_first_login]
Welcome, this is the first time you've logged in.
[ELSE_is_first_login]
Welcome back.
[/mbr_is_first_login]
API
info
There is currently no ActiveMember360 API function equivalent for this shortcode.