Filter: gravityview/merge_tags/get/esc_html/ . $property
Filter whether to escape HTML in the {get} merge tag output.
By default, all values passed through URLs will be escaped for security reasons. If for some reason you want to pass HTML in the URL, for example, you will need to return false on this filter. It is strongly recommended that you do not disable this filter.
Parameters
| Name | Type | Description |
|---|---|---|
| $esc_html | bool | Whether to esc_html() the value. Default: true. |
Since
Source
Defined in includes/class-gravityview-merge-tags.php at line 910