Enterprise Shortcode Category: Conditionals
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