[memb_if_get]
This Applies to
OTHER DOCS Available
Summary
Compares specified variables within a URL.
Shortcode Examples
URL looks like: http://keap.memberium.com/shortcodes/if_get/?foo=barbaz
[memb_if_get key=foo test="=" value=barbaz] Success [else_memb_if_get] Failure [/memb_if_get]
URL looks like: http://keap.memberium.com/shortcodes/if_get/?foo=baz
[memb_if_get key=foo test="=" value=baz] Success [else_memb_if_get] Failure [/memb_if_get]
Shortcode Parameters
Example URL: http://keap.memberium.com/shortcodes/?name=foo
Key: The key would be “name”
Value: The value would be “foo”
Test: This would determine how the shortcode compares the value. Tests are =, ==, ===, eq, gt, lt, ge, le