We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f27d15 commit 2dfcc7bCopy full SHA for 2dfcc7b
1 file changed
admin/class-paystack-forms-admin.php
@@ -517,7 +517,7 @@ public function prepare_items(){
517
$newkey = $key+1;
518
$data[] = array(
519
'id' => $newkey,
520
- 'email' => $dbdata->email,
+ 'email' => '<a href="mailto:'.$dbdata->email.'">'.$dbdata->email.'</a>',
521
'amount' => $currency.'<b>'.number_format($dbdata->amount).'</b>',
522
'txn_code' => $dbdata->txn_code,
523
'metadata' => format_data($dbdata->metadata),
0 commit comments