[e2pdf-if]

Shortcode is used to dynamically output data based on some value.

Structure #

  • Start of the shortcode:
    • Condition:
    • Success output:
    • Unsuccess output:    * is not mandatory
    End of the shortcode:

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
    • [array_key_exists] - Array Key Exists
    • [isset] - Isset

Delimiters #

    • [&&] - And:
    • [||] - Or:

Brackets #

    • [(], [)] - Brackets: