How to change all image src in wordpress?

Status
Not open for further replies.

wwwj

Active Member
146
2010
54
0
Just setting image proxy site, format:
Code:
https://myimageproxy.com/http://www.wjunction.com/images/smilies/msp_smile.gif

now how to replace globally my wordpress post code

Code:
 <img ..... src="http://imgur.com/cat.jpg" ..... >
to
Code:
 <img ..... src="https://myimageproxy.com/http://imgur.com/cat.jpg" ..... >

without modifying database structure?

solved :dan:
 
Last edited:
Status
Not open for further replies.
Back
Top