preg_replace - 删除图像、wordpress 帖子周围的链接
问题很简单,如何使用 preg_replace 删除图像周围的链接...
我需要这个来删除插入图像的 WordPress 帖子中的链接,手动删除图像中的所有链接将花费很多时间。
任何帮助都会很好,谢谢
Question is simple, how can I remove link around image with preg_replace ...
I need this to remove links from wordpress post with inserted image, manually will take to much time to remove all links from images.
Any help will be good, thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用 strip_tags() 并将 allowed_tags 设置为 img
Try using strip_tags() and set the allowable_tags to img