Skip to content

Commit e1c31e1

Browse files
removed print
1 parent 2110c31 commit e1c31e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/class-paystack-forms-admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ function Kkd_pff_export_excel()
903903
header("Content-type: application/vnd.ms-excel");
904904
header("Content-disposition: csv" . date("Y-m-d") . ".csv");
905905
header("Content-disposition: filename=".$filename.".csv");
906-
print $csv_output;
906+
// print $csv_output;
907907
exit;
908908
}
909909

0 commit comments

Comments
 (0)