/ Published in: PHP
URL: http://www.webinventif.fr/wordpress-lien-envoyer-page-mail/
Expand |
Embed | Plain Text
function direct_email($text="Send by email"){ global $post; $body = 'I recommend this page : '.$title.'. You can read it on : '.get_permalink($post->ID); $link = '<a rel="nofollow" href="mailto:?subject='.rawurlencode($subject).'&amp;body='.rawurlencode($body).'" title="'.$text.' : '.$title.'">'.$text.'</a>'; return $link; }
You need to login to post a comment.
