[e2pdf-if]
Shortcode is used to dynamically output data based on some value.
Structure #
Description
- Start of the shortcode:
- Condition:
- Success output:
- Unsuccess output: * is not mandatory
Comparators #
-
- Exist / Not Empty:
- [==] - Equal
- [!=] - Not Equal
- [>] - Greater
- [>=] - Greater or Equal
- [<] - Less
- [<=] - Less or Equal
- [contains] - Contains
- [not_contains] - Not Contains
- [is_array] - Is Array
- [in_array] - In Array
- [not_in_array] - Not In Array
- [array_key_exists] - Array Key Exists
- [array_key_not_exists] - Array Key Not Exists
- [isset] - Isset
- [not_isset] - Not Isset
Delimiters #
-
- [&&] - And:
- [||] - Or:
Brackets #
-
- [(], [)] - Brackets: