标签: php wordpress
假设我使用此代码将图像放在wordpress小部件上
<img src="http://domain-a.com/img.jpg">
我只想使用php将src域(domain-a.com)替换为另一个域,该怎么做?