Skip to main content

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

NameTypeDescription
$esc_htmlboolWhether to esc_html() the value. Default: true.

Since

Source

Defined in includes/class-gravityview-merge-tags.php at line 910