Filter: gk/gravityexport/feature/remove-empty-columns
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$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
| Name | Type | Description |
|---|---|---|
| $should_remove | bool | Whether to remove empty columns. |
| $form_id | int | The form ID. |
Since
Source
Defined in src/Exporting/RemoveEmptyColumns.php at line 108
Returns
Whether to remove empty columns.