改用Server酱Turbo版推送WordPress评论

这几天发现博客有评论Server酱推送微信消息了,上Server酱官网才发现旧版推送已经下线了,新的Turbo版启用企业微信应用消息通道,看了下新旧版本调用函数代码大同小异,新版修改如下,欢迎食用:

//评论微信推送  
function wpso_wechet_comment_notify($comment_id) {
    $text = get_bloginfo('name'). '上有新的评论';
    $comment = get_comment($comment_id);
    $desp = $comment->comment_author.' 同学在文章《'.get_the_title($comment->comment_post_ID).'》中给您的留言为:'.$comment->comment_content;
    $key = '你的SendKey';
    $postdata = http_build_query( array( 'text' => $text, 'desp' => $desp ));
    $opts = array(
        http' => array(
            'method'  => 'POST',
            'header'  => 'Content-type: application/x-www-form-urlencoded',
            'content' => $postdata
        )
    );
    $context = stream_context_create($opts);
    $admin_email = get_bloginfo ('admin_email');
    $comment_author_email = trim($comment->comment_author_email);
    if($admin_email!=$comment_author_email){
        return $result = file_get_contents('https://sctapi.ftqq.com/'.$key.'.send', false, $context);
    }
}
add_action('comment_post', 'wpso_wechet_comment_notify', 19, 2);

消息通道设置请移步Server酱Turbo版官网按说明操作即可,修改第6行SendKey为你所获取的值。

 

转载自:https://www.yxt521.com/network/1557.html

1. 本站所有资源来源于用户上传和网络,因此不包含技术服务请大家谅解!
2.本站部分资源包有加密,加密统一密码为:www.51zhanma.cn
3. 本站不保证所提供下载的资源的准确性、安全性和完整性,资源仅供下载学习之用!如有链接无法下载、失效或广告,请联系客服处理!
4. 您必须在下载后的24个小时之内,从您的电脑中彻底删除上述内容资源!如用于商业或者非法用途,与本站无关,一切后果请用户自负!
5. 如果您也有好的资源或教程,您可以投稿发布,用户购买后有销售金额的80%以上的分成收入!
6.如有侵权请联系客服邮件kefu@zhanma.cn
站码网 » 改用Server酱Turbo版推送WordPress评论

发表评论

  • 1806本站运营(天)
  • 1941会员数(个)
  • 5310资源数(个)
  • 1287评论数(个)
  • 0 近 30 天更新(个)
加入 VIP