您的位置 首页 编程知识

WordPress 评论区添加图片代码并自动显示

在functions.php里添加 //评论加图片 add_action(‘comment_text’, ‘c…

在functions.php里添加

//评论加图片  add_action('comment_text', 'comments_embed_img', 2);  function comments_embed_img($comment) {  $size = auto;  $comment = preg_replace(array('/[img]((http|https)://S*)[/img]/'),'', $comment);  return $comment;  }

在评论区添加的代码如下:

[img]在这里填写图片链接[/img]

 

阅读剩余
本文来自网络,不代表四平甲倪网络网站制作专家立场,转载请注明出处:http://www.elephantgpt.cn/2069.html

作者: nijia

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注

联系我们

联系我们

18844404989

在线咨询: QQ交谈

邮箱: 641522856@qq.com

工作时间:周一至周五,9:00-17:30,节假日休息

关注微信
微信扫一扫关注我们

微信扫一扫关注我们

关注微博
返回顶部