Enterprise Shortcode Category: Conditionals

/ Conditionals

do

How to use do

In some scenarios, we need to add do in some places.
For example,

[do.@a user_cannot

Read More

if.less_than

Title
:
if.less_than

Purpose
:
Execute a code block when one value is less than

(lhs<rhs) to a second

Read More

if.and

 

Title
:
if.and

Purpose
:
For executing a certain code block when multiple conditions becomes true.

Syntax
:

[if.and cond

Read More

if.or

 

Title
:
if.or

Purpose
:
For executing a certain code block when either one of the multiple conditions becomes true

Read More

if.contains

Title
:
if.contains

Purpose
:
If condition with AND to check contains

Syntax
:
[if.contains needle=”value” haystack=”{array}”]/** ** code***/[/if

Read More

Categories
Most Popular