如何获取 WordPress 评论的邮件列表?

阅读 桌面完整版

假如你想给在你 WordPress 博客上评论的人(并且评论是被 approved过的)的邮件列表群发邮件,那么你可以执行这个SQL语句:

SELECT distinct `comment_author`, `comment_author_email` FROM `wp_comments` WHERE `comment_author_email` <> '' and `comment_author` <> '' and `comment_approved` = 1;

返回结果比如:

email-list 如何获取 Wordpress 评论的邮件列表? 互联网 技术 折腾 程序员

wordpress 获取邮件列表评论

强烈推荐

微信公众号: 小赖子的英国生活和资讯 JustYYUK

阅读 桌面完整版

5 条评论

评论