mirror of
https://github.com/debba/avadaforms-excel-export.git
synced 2025-08-18 11:30:52 +08:00
Bugfixes
This commit is contained in:
parent
21ec907f0c
commit
8f03f13932
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ class Avadaforms_Excel_Export_Admin
|
|||
? $field->field_label : $field->field_name;
|
||||
$field_label = apply_filters(
|
||||
'avadaforms_export_fieldname', $field_label,
|
||||
$form_id, $field
|
||||
$form_id, $field, $entry['field_id']
|
||||
);
|
||||
$field_data = $entry['value'];
|
||||
$data[$key][$field_label] = apply_filters(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue