Skip to content

Commit 2dfcc7b

Browse files
committed
mailto for emails on admin
1 parent 9f27d15 commit 2dfcc7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

admin/class-paystack-forms-admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ public function prepare_items(){
517517
$newkey = $key+1;
518518
$data[] = array(
519519
'id' => $newkey,
520-
'email' => $dbdata->email,
520+
'email' => '<a href="mailto:'.$dbdata->email.'">'.$dbdata->email.'</a>',
521521
'amount' => $currency.'<b>'.number_format($dbdata->amount).'</b>',
522522
'txn_code' => $dbdata->txn_code,
523523
'metadata' => format_data($dbdata->metadata),

0 commit comments

Comments
 (0)