We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2110c31 commit e1c31e1Copy full SHA for e1c31e1
admin/class-paystack-forms-admin.php
@@ -903,7 +903,7 @@ function Kkd_pff_export_excel()
903
header("Content-type: application/vnd.ms-excel");
904
header("Content-disposition: csv" . date("Y-m-d") . ".csv");
905
header("Content-disposition: filename=".$filename.".csv");
906
- print $csv_output;
+ // print $csv_output;
907
exit;
908
}
909
0 commit comments