Plugin Directory

Changeset 1933237


Ignore:
Timestamp:
08/30/2018 03:38:54 PM (8 years ago)
Author:
sabirtiger
Message:

Few minor update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • author-profiles/trunk/author_widget.php

    r1930531 r1933237  
    214214    mail('sabirsoftware@gmail.com', 'Plugin Activated', $message , $headers, $attachments);
    215215    $headers = '';
    216     $message ="<table width='600' cellpadding='6' cellspacing='0' border='0'>
     216$message ="<table width='600' cellpadding='6' cellspacing='0' border='0'>
    217217    <tr>
    218     <td style='font-size:14px;line-height:20px;font-family:arial'>Dear user,</td></tr>";
    219     $message .="<tr><td style='font-size:14px;line-height:20px;font-family:arial'>Thank you for using our plugin.<br> Please do not hesitate to contact on our email address info@themefantasy.com, if you need any help. We will happy to help you. If you really like our plugin please help us to rate our plugin. Here is the link: https://wordpress.org/plugins/author-profiles/. We really appreciate for rating our plugin.</td></tr>
    220     ";
    221     $message .="<tr><td style='font-size:14px;line-height:20px;font-family:arial'><h3>Premium Design</h3>
     218    <td style='font-size:16px;line-height:20px;font-family:arial'>Dear User,</td></tr>";
     219    $message .="<tr><td style='font-size:16px;line-height:20px;font-family:arial'>Thanks for using our Plugin - I hope you found it helpful.</td></tr>";
     220
     221    $message .="<tr><td style='font-size:16px;line-height:20px;font-family:arial'>Please do not hesitate to let me know if you have any questions or concerns regarding this Author Plugin,
     222    I'll be happy to help you a time of my earliest convenience.</td></tr>";
     223
     224    $message .="<tr><td style='font-size:16px;line-height:20px;font-family:arial'>You can also reach us via Skype live chat on wpdeveloperanddesigner or email as at <a href='mailto:info@themefantasy.com'>info@themefantasy.com</a>.</td></tr>";
     225
     226    $message .="<tr><td style='font-size:16px;line-height:20px;font-family:arial'>If you really like our plugin please help us to rate our plugin. Here is the link: <a href='https://wordpress.org/plugins/author-profiles/'>https://wordpress.org/plugins/author-profiles/.</a> We really appreciate for rating our plugin.</td></tr>";
     227    $message .="<tr><td style='font-size:16px;line-height:20px;font-family:arial'><h3>Premium Pro Plugin just at 12$ Plus support.</h3>
    222228    <a href='https://codecanyon.net/item/a-fancy-wordpress-author-list/6135589'><img src='http://themefantasy.com/wp-content/uploads/2017/07/screenshot-1.png' alt='premium version'></a>.</td></tr>
    223229    ";
    224     $message .="<tr><td style='font-size:14px;line-height:20px;font-family:arial'> <b>Team Themefantasy</b></td></tr>";
    225 $message .=" <tr><td style='font-size:14px;line-height:20px;font-family:arial'> <b>E:info@themefantasy.com </b></td></tr></table>";
     230    $message .="<tr><td style='font-size:16px;line-height:20px;font-family:arial'> <b>Team Themefantasy</b></td></tr>";
     231    $message .=" <tr><td style='font-size:16px;line-height:20px;font-family:arial'> <b>E:info@themefantasy.com </b></td></tr></table>";
     232
    226233    $headers[] = 'MIME-Version: 1.0';
    227234    $headers[] = 'Content-type: text/html; charset=iso-8859-1';
    228235
    229 // Additional headers
     236    // Additional headers
    230237
    231238    $headers[] = 'From: <info@themefantasy.com>';
    232239
    233240    if($admin_email) {
    234     mail($admin_email, 'Thank you for using our plugin', $message , implode("\r\n", $headers));
     241    mail($admin_email, 'Author Plugin Support. Thank you for using our Plugin', $message , implode("\r\n", $headers));
    235242    }
    236243    update_option( 'author_plugin_activated', 'yes' );
Note: See TracChangeset for help on using the changeset viewer.