Enterprise Shortcode Category: Conditionals
do
How to use do
In some scenarios, we need to add do in some places.
For example,
[[email protected] user_cannot
if.not_equal
Title
:
if.not_equal
Purpose
:
For executing a certain code block when two values are not equal
Syntax
:
[if.not_equal
if.greater_equal
Title
:
if.greater_equal
Purpose
:
Execute a code block when one value is greater or equal
(lhs>=rhs) to a
if.greater_than
Title
:
if.greater_than
Purpose
:
Execute a code block when one value is greater than
(lhs>rhs) to a second