Usage:
This shortcode is designed to check for the existence of a $_REQUEST variable and, given a value to check, to display the value.
PHP’s $_REQUEST variable is an array that contains all HTTP Request variables: GET, POST and COOKIE.
[ELSE_http_request] conditional branching is NOT supported.
Shortcode nesting is NOT supported.
Parameters:
var | The name of the $_REQUEST variable for whose existence you are checking. Default: none. Required: yes. |
Example:
Will display the value of $_REQUEST[‘test_request’] if it exists.
[mbr_http_request var='test_request']
API:
There is currently no ActiveMember360 API function equivalent for this shortcode.