WordPress短代码保护邮箱

// Anti Spam Mailto Links
// source: http://wpdaily.co/top-10-snippets/
function so_email_encode_function($atts, $content) {
    return '<a href="'.antispambot($content).'">'.antispambot($content).'</a>';
}
add_shortcode('email', 'so_email_encode_function');
// Use shortcode [email]email@me.com[/email]

发表评论

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据