Filters the columns to display for a submission when exporting.
Description
Parameters
- $submission_columns
-
(array) (Optional) Associative array of
$column_slug => $column_data
pairs where `$column_data must be an array with 'label' amd 'callback' keys. The callback must accept a submission object. - $form
-
(awsmug\Torro_Forms\DB_Objects\Forms\Form) (Optional) Form object for which submissions are being exported.
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |