[memb_if_request]
This Applies to
OTHER DOCS Available
Summary
This shortcode requests for a specified information within a URL and displays a message accordingly.
Shortcode Examples
URL looks like: http://keap.memberium.com/shortcodes/memb_if_request/?foo=barbaz
[memb_if_request key="foo" test="=" value="barbaz"] Success [else_memb_if_request] Failure [/memb_if_request]
URL looks like: http://keap.memberium.com/shortcodes/memb_if_request/?foo=baz
[memb_if_request key="foo" test="=" value="baz"] Success [else_memb_if_request] Failure [/memb_if_request]
Shortcode Parameters
key: Name of the URL (GET) parameter.
value: Value of the specified URL (GET) parameter.
test: Operation to do – values are =, ==, ===, eq, gt, lt, ge, le.