mbr_cookie
Usage
This shortcode returns the value of the specified $_COOKIE variable.
Parameters
Parameters | Description |
---|---|
var | The name of the $_COOKIE variable to retrieve. Default: none. Required: yes. |
Validity
This shortcode is evaluated for any type of visitor.
Conditional Branching
This shortcode does NOT support conditional branching with [ELSE_cookie].
Nesting
Shortcode nesting is NOT supported.
Examples
- Example 1
Will return the value of $_COOKIE['myNAME'] if it exists.:
[mbr_cookie var='myNAME']
API
Note
There is currently no ActiveMember360 API function equivalent for this shortcode.