Filter: gravityview/merge_tags/do_replace_variables
Turn off merge tag variable replacements.
Useful where you want to process variables yourself. We do this in the Math Extension.
Parameters
| Name | Type | Description |
|---|---|---|
| $do_replace_variables | bool | True: yes, replace variables for this text; False: do not replace variables. |
| $text | string | Text to replace variables in. |
| $form | array | GF Form array. |
| $entry | array | GF Entry array. |
Since
- 1.13
Source
Defined in src/Renderer/MergeTags.php at line 529