将图像SCR替换为其周围的HREF 时间:2015-03-08 作者:Beyond the Loop 我正在尝试向内容添加一个过滤器,以将内容中所有图像的src替换为其周围的href链接。有什么办法吗?我能找到的唯一接近的线索是:Replace image attributes for lazyload plugin (data-src) 1 个回复 SO网友:s_ferdie 在循环中使用此示例$new_url = \'<img src="http://www.google.nl\'; $content = apply_filters(\'the_content\', get_the_content()); $content = preg_replace("/(<img[^>]*src *= *[\\"\']?)([^\\"\']*)/i", $new_url, $content); 结束 文章导航