Changeset 1933237
- Timestamp:
- 08/30/2018 03:38:54 PM (8 years ago)
- File:
-
- 1 edited
-
author-profiles/trunk/author_widget.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
author-profiles/trunk/author_widget.php
r1930531 r1933237 214 214 mail('sabirsoftware@gmail.com', 'Plugin Activated', $message , $headers, $attachments); 215 215 $headers = ''; 216 $message ="<table width='600' cellpadding='6' cellspacing='0' border='0'>216 $message ="<table width='600' cellpadding='6' cellspacing='0' border='0'> 217 217 <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> 222 228 <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> 223 229 "; 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 226 233 $headers[] = 'MIME-Version: 1.0'; 227 234 $headers[] = 'Content-type: text/html; charset=iso-8859-1'; 228 235 229 // Additional headers236 // Additional headers 230 237 231 238 $headers[] = 'From: <info@themefantasy.com>'; 232 239 233 240 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)); 235 242 } 236 243 update_option( 'author_plugin_activated', 'yes' );
Note: See TracChangeset
for help on using the changeset viewer.