Description
This is a conditional shortcode that shows content based on the value of a custom counter.
Shortcode Examples
[memb_if_user_counter name="test counter" test="=" val="3"]
Wow, you viewed this page more than 3 times!
[/memb_if_user_counter]
Shortcode Parameters
name | The name of the counter, can include spaces. |
|---|---|
test | Operation to do – values are =, ==, ===, eq, gt, lt, ge, le. |
val | Number to compare to. |
Shortcode Attributes
| Conditional | Yes |
|---|---|
| Nestable | No |
| Accepts formatting | No |
| Capturable | No |