updated plugin SMTP Mailer version 1.1.15

This commit is contained in:
2024-06-27 12:11:10 +00:00
committed by Gitium
parent 03c1118952
commit 91db4aebe1
4 changed files with 20 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -16,6 +16,14 @@ function smtp_mailer_display_addons()
);
array_push($addons_data, $addon_1);
$addon_2 = array(
'name' => 'Email Logger',
'thumbnail' => SMTP_MAILER_URL.'/addons/images/smtp-mailer-email-logger.png',
'description' => 'Log and view all email messages',
'page_url' => 'https://wphowto.net/smtp-mailer-email-logger-7066',
);
array_push($addons_data, $addon_2);
//Display the list
foreach ($addons_data as $addon) {
?>