程序源码

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

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

在functions.php里添加 //评论加图片 add_action('comment_text', 'comments_embed_img', 2); function comments_embed_img($comment) { $size = auto; $comment = p

小马 小马 2023-01-12
0 0 0
1 59 60 61