Skip to main content

Filter: gk/gravityexport/feature/remove-empty-columns

Dynamic Hook Name

This hook supports dynamic naming with the following modifiers:

  1. $form_id

Example hook names:

  • gk/gravityexport/feature/remove-empty-columns (base hook)
  • gk/gravityexport/feature/remove-empty-columns_1 (with first modifier value)

Modify whether empty columns should be removed from the export.

Parameters

NameTypeDescription
$should_removeboolWhether to remove empty columns.
$form_idintThe form ID.

Since

Source

Defined in src/Exporting/RemoveEmptyColumns.php at line 108

Returns

Whether to remove empty columns.