'; echo '

' .__('SMTP Mailer Add-ons', 'smtp-mailer') . '

'; */ $addons_data = array(); $addon_1 = array( 'name' => 'Reply-To', 'thumbnail' => SMTP_MAILER_URL.'/addons/images/smtp-mailer-reply-to.png', 'description' => 'Set a Reply-To address for all outgoing email messages', 'page_url' => 'https://wphowto.net/how-to-add-a-reply-to-address-in-the-smtp-mailer-wordpress-plugin-6997', ); array_push($addons_data, $addon_1); //Display the list foreach ($addons_data as $addon) { ?>
<?php echo esc_attr($addon['name']);?>
';//end of wrap }