We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5520db commit ff02906Copy full SHA for ff02906
1 file changed
inc/wplf-form-actions.php
@@ -44,7 +44,7 @@ function wplf_send_email_copy( $return, $submission_id = null ) {
44
$content .= wplf_email_copy_make_fields_key_value_list( $fields, $form->ID, $form->post_name );
45
46
// default pre-filtered values for email headers and attachments
47
- $headers = '';
+ $headers = array();
48
$attachments = array();
49
50
if ( isset( $form_meta['_wplf_email_copy_from'][0] ) ) {
0 commit comments