Skip to main content

Filter: gk/gravityexport/feature/show-html

Dynamic Hook Name

This hook supports dynamic naming with the following modifiers:

  1. $form_id
  2. $field_id

Example hook names:

  • gk/gravityexport/feature/show-html (base hook)
  • gk/gravityexport/feature/show-html_1 (with first modifier value)
  • gk/gravityexport/feature/show-html_1_2 (with all modifier values)

Modifies whether HTML should be shown in the export.

Parameters

NameTypeDescription
$should_show_htmlboolWhether to shown HTML in the export. Default: false.
$form_idintThe form id.
$field_idstringThe field id.

Since

Source

Defined in src/Exporting/ExportAsHtml.php at line 76